Skip to content

Commit 5a59eed

Browse files
authored
Merge pull request #1776 from dolthub/coffeegoddd-latency-__DOLT__-1.18.1
[auto-update-docs] by coffeegoddd
2 parents 039f15a + 975b2a5 commit 5a59eed

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

content/reference/sql/benchmarks/latency.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -28,37 +28,37 @@ attempt to run as many queries as possible in a fixed 2 minute time
2828
window. The `Dolt` and `MySQL` columns show the median latency in
2929
milliseconds (ms) of each query during that 2 minute time window.
3030

31-
The Dolt version is `1.18.0`.
31+
The Dolt version is `1.18.1`.
3232

3333
<!-- START___DOLT___LATENCY_RESULTS_TABLE -->
3434
| Read Tests | MySQL | Dolt | Multiple |
3535
|-------------------------|-------|--------|----------|
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 |
4848

4949
| Write Tests | MySQL | Dolt | Multiple |
5050
|--------------------------|-------|-------|----------|
5151
| 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 |
5959
| writes\_mean\_multiplier | | | 1.4 |
6060

61-
| Overall Mean Multiple | 1.9 |
61+
| Overall Mean Multiple | 1.7 |
6262
|-----------------------|-----|
6363
<!-- END___DOLT___LATENCY_RESULTS_TABLE -->
6464
<br/>

0 commit comments

Comments
 (0)