@@ -28,37 +28,37 @@ 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.18.0 ` .
31
+ The Dolt version is ` 1.18.1 ` .
32
32
33
33
<!-- START___DOLT___LATENCY_RESULTS_TABLE -->
34
34
| Read Tests | MySQL | Dolt | Multiple |
35
35
| -------------------------| -------| --------| ----------|
36
- | covering\_ index\_ scan | 2.07 | 3.02 | 1.5 |
37
- | groupby\_ scan | 12.98 | 17.95 | 1.4 |
38
- | index\_ join | 1.27 | 4.74 | 3.7 |
39
- | index\_ join\_ scan | 1.23 | 2.22 | 1.8 |
40
- | index\_ scan | 32.53 | 58.92 | 1.8 |
41
- | oltp\_ point\_ select | 0.14 | 0.39 | 2.8 |
42
- | oltp\_ read\_ only | 2.71 | 7.3 | 2.7 |
43
- | select\_ random\_ points | 0.31 | 0.72 | 2.3 |
44
- | select\_ random\_ ranges | 0.37 | 0.97 | 2.6 |
45
- | table\_ scan | 32.53 | 58.92 | 1.8 |
46
- | types\_ table\_ scan | 74.46 | 170.48 | 2.3 |
47
- | reads\_ mean\_ multiplier | | | 2.2 |
36
+ | covering\_ index\_ scan | 2.14 | 2.76 | 1.3 |
37
+ | groupby\_ scan | 13.22 | 17.32 | 1.3 |
38
+ | index\_ join | 1.32 | 4.49 | 3.4 |
39
+ | index\_ join\_ scan | 1.25 | 2.14 | 1.7 |
40
+ | index\_ scan | 34.33 | 55.82 | 1.6 |
41
+ | oltp\_ point\_ select | 0.17 | 0.4 | 2.4 |
42
+ | oltp\_ read\_ only | 3.3 | 7.17 | 2.2 |
43
+ | select\_ random\_ points | 0.32 | 0.68 | 2.1 |
44
+ | select\_ random\_ ranges | 0.38 | 0.92 | 2.4 |
45
+ | table\_ scan | 34.33 | 55.82 | 1.6 |
46
+ | types\_ table\_ scan | 74.46 | 158.63 | 2.1 |
47
+ | reads\_ mean\_ multiplier | | | 2.0 |
48
48
49
49
| Write Tests | MySQL | Dolt | Multiple |
50
50
| --------------------------| -------| -------| ----------|
51
51
| bulk\_ insert | 0.001 | 0.001 | 1.0 |
52
- | oltp\_ delete\_ insert | 4.82 | 5.57 | 1.2 |
53
- | oltp\_ insert | 2.43 | 2.71 | 1.1 |
54
- | oltp\_ read\_ write | 5.99 | 13.95 | 2.3 |
55
- | oltp\_ update\_ index | 2.35 | 2.71 | 1.2 |
56
- | oltp\_ update\_ non\_ index | 2.43 | 2.76 | 1.1 |
57
- | oltp\_ write\_ only | 3.36 | 6.79 | 2.0 |
58
- | types\_ delete\_ insert | 4.74 | 5.99 | 1.3 |
52
+ | oltp\_ delete\_ insert | 4.57 | 5.37 | 1.2 |
53
+ | oltp\_ insert | 2.26 | 2.71 | 1.2 |
54
+ | oltp\_ read\_ write | 6.67 | 13.7 | 2.1 |
55
+ | oltp\_ update\_ index | 2.3 | 2.76 | 1.2 |
56
+ | oltp\_ update\_ non\_ index | 2.35 | 2.66 | 1.1 |
57
+ | oltp\_ write\_ only | 3.3 | 6.79 | 2.1 |
58
+ | types\_ delete\_ insert | 4.74 | 5.77 | 1.2 |
59
59
| writes\_ mean\_ multiplier | | | 1.4 |
60
60
61
- | Overall Mean Multiple | 1.9 |
61
+ | Overall Mean Multiple | 1.7 |
62
62
| -----------------------| -----|
63
63
<!-- END___DOLT___LATENCY_RESULTS_TABLE -->
64
64
<br />
0 commit comments