@@ -28,41 +28,41 @@ attempt to run as many queries as possible in a fixed 2 minute time
28
28
window. The ` Dolt ` and ` MySQL ` columns show the median latency in
29
29
milliseconds (ms) of each query during that 2 minute time window.
30
30
31
- The Dolt version is ` 1.35.0 ` .
31
+ The Dolt version is ` 1.35.1 ` .
32
32
33
33
<!-- START___DOLT___LATENCY_RESULTS_TABLE -->
34
34
| Read Tests | MySQL | Dolt | Multiple |
35
35
| -------------------------| -------| --------| ----------|
36
- | covering\_ index\_ scan | 2.11 | 3.07 | 1.5 |
37
- | groupby\_ scan | 13.22 | 18.61 | 1.4 |
38
- | index\_ join | 1.32 | 5.28 | 4.0 |
36
+ | covering\_ index\_ scan | 2.11 | 3.02 | 1.4 |
37
+ | groupby\_ scan | 13.46 | 18.61 | 1.4 |
38
+ | index\_ join | 1.34 | 5.37 | 4.0 |
39
39
| index\_ join\_ scan | 1.25 | 2.18 | 1.7 |
40
- | index\_ scan | 33.72 | 64.47 | 1.9 |
40
+ | index\_ scan | 34.33 | 63.32 | 1.8 |
41
41
| oltp\_ point\_ select | 0.17 | 0.47 | 2.8 |
42
42
| oltp\_ read\_ only | 3.36 | 7.98 | 2.4 |
43
43
| select\_ random\_ points | 0.32 | 0.77 | 2.4 |
44
44
| select\_ random\_ ranges | 0.39 | 0.92 | 2.4 |
45
- | table\_ scan | 33.72 | 64.47 | 1.9 |
46
- | types\_ table\_ scan | 74.46 | 173.58 | 2.3 |
45
+ | table\_ scan | 34.33 | 63.32 | 1.8 |
46
+ | types\_ table\_ scan | 75.82 | 170.48 | 2.2 |
47
47
| reads\_ mean\_ multiplier | | | 2.2 |
48
48
49
49
| Write Tests | MySQL | Dolt | Multiple |
50
50
| --------------------------| -------| -------| ----------|
51
- | oltp\_ delete\_ insert | 7.98 | 6.91 | 0.9 |
51
+ | oltp\_ delete\_ insert | 7.98 | 7.04 | 0.9 |
52
52
| oltp\_ insert | 3.75 | 3.43 | 0.9 |
53
53
| oltp\_ read\_ write | 8.43 | 15.83 | 1.9 |
54
- | oltp\_ update\_ index | 3.82 | 3.55 | 0.9 |
55
- | oltp\_ update\_ non\_ index | 3.82 | 3.49 | 0.9 |
54
+ | oltp\_ update\_ index | 3.82 | 3.62 | 0.9 |
55
+ | oltp\_ update\_ non\_ index | 3.82 | 3.55 | 0.9 |
56
56
| oltp\_ write\_ only | 5.37 | 7.98 | 1.5 |
57
- | types\_ delete\_ insert | 7.7 | 7.7 | 1.0 |
57
+ | types\_ delete\_ insert | 7.7 | 7.84 | 1.0 |
58
58
| writes\_ mean\_ multiplier | | | 1.1 |
59
59
60
60
| TPC-C TPS Tests | MySQL | Dolt | Multiple |
61
61
| -----------------------| --------| -------| ----------|
62
- | tpcc-scale-factor-1 | 101.41 | 22.63 | 5.5 |
63
- | tpcc\_ tps\_ multiplier | | | 5.5 |
62
+ | tpcc-scale-factor-1 | 103.25 | 23.96 | 5.0 |
63
+ | tpcc\_ tps\_ multiplier | | | 5.0 |
64
64
65
- | Overall Mean Multiple | 2.93 |
65
+ | Overall Mean Multiple | 2.77 |
66
66
| -----------------------| ------|
67
67
<!-- END___DOLT___LATENCY_RESULTS_TABLE -->
68
68
<br />
0 commit comments