@@ -34,29 +34,29 @@ 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.56 .0 ` .
37
+ The Dolt version is ` 1.57 .0 ` .
38
38
39
39
<!-- START___DOLT___LATENCY_RESULTS_TABLE -->
40
40
| Read Tests | MySQL | Dolt | Multiple |
41
41
| -------------------------| -------| --------| ----------|
42
- | covering\_ index\_ scan | 1.89 | 0.68 | 0.36 |
43
- | groupby\_ scan | 13.22 | 19.65 | 1.49 |
42
+ | covering\_ index\_ scan | 1.93 | 0.68 | 0.35 |
43
+ | groupby\_ scan | 13.46 | 19.65 | 1.46 |
44
44
| index\_ join | 1.47 | 2.48 | 1.69 |
45
- | index\_ join\_ scan | 1.42 | 1.44 | 1.01 |
45
+ | index\_ join\_ scan | 1.44 | 1.44 | 1.0 |
46
46
| index\_ scan | 34.33 | 31.37 | 0.91 |
47
47
| oltp\_ point\_ select | 0.2 | 0.28 | 1.4 |
48
- | oltp\_ read\_ only | 3.68 | 5.37 | 1.46 |
48
+ | oltp\_ read\_ only | 3.75 | 5.37 | 1.43 |
49
49
| select\_ random\_ points | 0.35 | 0.61 | 1.74 |
50
50
| select\_ random\_ ranges | 0.38 | 0.63 | 1.66 |
51
- | table\_ scan | 34.33 | 32.53 | 0.95 |
52
- | types\_ table\_ scan | 75.82 | 127.81 | 1.69 |
51
+ | table\_ scan | 34.33 | 34.33 | 1.0 |
52
+ | types\_ table\_ scan | 75.82 | 130.13 | 1.72 |
53
53
| reads\_ mean\_ multiplier | | | 1.31 |
54
54
55
55
| Write Tests | MySQL | Dolt | Multiple |
56
56
| --------------------------| -------| -------| ----------|
57
57
| oltp\_ delete\_ insert | 8.28 | 6.55 | 0.79 |
58
58
| oltp\_ insert | 4.1 | 3.25 | 0.79 |
59
- | oltp\_ read\_ write | 8.9 | 11.87 | 1.33 |
59
+ | oltp\_ read\_ write | 9.06 | 11.65 | 1.29 |
60
60
| oltp\_ update\_ index | 4.18 | 3.3 | 0.79 |
61
61
| oltp\_ update\_ non\_ index | 4.18 | 3.25 | 0.78 |
62
62
| oltp\_ write\_ only | 5.28 | 6.55 | 1.24 |
@@ -65,7 +65,7 @@ The Dolt version is `1.56.0`.
65
65
66
66
| TPC-C TPS Tests | MySQL | Dolt | Multiple |
67
67
| -----------------------| -------| ------| ----------|
68
- | tpcc-scale-factor-1 | 94.93 | 39.1 | 2.43 |
68
+ | tpcc-scale-factor-1 | 95.32 | 39.2 | 2.43 |
69
69
| tpcc\_ tps\_ multiplier | | | 2.43 |
70
70
71
71
| Overall Mean Multiple | 1.56 |
0 commit comments