@@ -34,39 +34,39 @@ attempt to run as many queries as possible in a fixed 2 minute time
34
34
window. The ` Dolt ` and ` MySQL ` columns show the median latency in
35
35
milliseconds (ms) of each query during that 2 minute time window.
36
36
37
- The Dolt version is ` 1.58.8 ` .
37
+ The Dolt version is ` 1.59.2 ` .
38
38
39
39
<!-- START___DOLT___LATENCY_RESULTS_TABLE -->
40
40
| Read Tests | MySQL | Dolt | Multiple |
41
41
| :-----------------------:| :-----:| :------:| :--------:|
42
42
| covering\_ index\_ scan | 1.86 | 0.67 | 0.36 |
43
- | groupby\_ scan | 13.95 | 18.61 | 1.33 |
44
- | index\_ join | 1.5 | 2.48 | 1.65 |
45
- | index\_ join\_ scan | 1.47 | 1.39 | 0.95 |
43
+ | groupby\_ scan | 13.7 | 18.61 | 1.36 |
44
+ | index\_ join | 1.5 | 2.43 | 1.62 |
45
+ | index\_ join\_ scan | 1.47 | 1.42 | 0.97 |
46
46
| index\_ scan | 34.33 | 30.26 | 0.88 |
47
47
| oltp\_ point\_ select | 0.21 | 0.28 | 1.33 |
48
48
| oltp\_ read\_ only | 3.82 | 5.37 | 1.41 |
49
- | select\_ random\_ points | 0.36 | 0.58 | 1.61 |
50
- | select\_ random\_ ranges | 0.39 | 0.62 | 1.59 |
51
- | table\_ scan | 34.95 | 32.53 | 0.93 |
52
- | types\_ table\_ scan | 74.46 | 127.81 | 1.72 |
49
+ | select\_ random\_ points | 0.35 | 0.58 | 1.66 |
50
+ | select\_ random\_ ranges | 0.39 | 0.61 | 1.56 |
51
+ | table\_ scan | 34.33 | 32.53 | 0.95 |
52
+ | types\_ table\_ scan | 75.82 | 127.81 | 1.69 |
53
53
| reads\_ mean\_ multiplier | | | 1.25 |
54
54
55
55
| Write Tests | MySQL | Dolt | Multiple |
56
56
| :------------------------:| :-----:| :-----:| :--------:|
57
- | oltp\_ delete\_ insert | 8.43 | 6.67 | 0.79 |
57
+ | oltp\_ delete\_ insert | 8.43 | 6.55 | 0.78 |
58
58
| oltp\_ insert | 4.18 | 3.25 | 0.78 |
59
59
| oltp\_ read\_ write | 9.22 | 11.87 | 1.29 |
60
60
| oltp\_ update\_ index | 4.25 | 3.3 | 0.78 |
61
61
| oltp\_ update\_ non\_ index | 4.25 | 3.25 | 0.76 |
62
- | oltp\_ write\_ only | 5.28 | 6.55 | 1.24 |
63
- | types\_ delete\_ insert | 8.58 | 7.04 | 0.82 |
62
+ | oltp\_ write\_ only | 5.28 | 6.43 | 1.22 |
63
+ | types\_ delete\_ insert | 8.58 | 6.91 | 0.81 |
64
64
| writes\_ mean\_ multiplier | | | 0.92 |
65
65
66
- | TPC-C TPS Tests | MySQL | Dolt | Multiple |
67
- | :---------------------:| :-----:| :----- :| :--------:|
68
- | tpcc-scale-factor-1 | 93.73 | 39.61 | 2.37 |
69
- | tpcc\_ tps\_ multiplier | | | 2.37 |
66
+ | TPC-C TPS Tests | MySQL | Dolt | Multiple |
67
+ | :---------------------:| :-----:| :----:| :--------:|
68
+ | tpcc-scale-factor-1 | 93.62 | 39.7 | 2.36 |
69
+ | tpcc\_ tps\_ multiplier | | | 2.36 |
70
70
71
71
| Overall Mean Multiple | 1.51 |
72
72
| :---------------------:| :----:|
0 commit comments