Skip to content

Commit

Permalink
Merge pull request #1850 from dolthub/coffeegoddd-latency-__DOLT__-1.…
Browse files Browse the repository at this point in the history
…25.0

[auto-update-docs] by coffeegoddd
  • Loading branch information
coffeegoddd authored Nov 8, 2023
2 parents 335305b + bc4ab8c commit f3f5d3b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions content/reference/sql/benchmarks/latency.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@ attempt to run as many queries as possible in a fixed 2 minute time
window. The `Dolt` and `MySQL` columns show the median latency in
milliseconds (ms) of each query during that 2 minute time window.

The Dolt version is `1.24.3`.
The Dolt version is `1.25.0`.

<!-- START___DOLT___LATENCY_RESULTS_TABLE -->
| Read Tests | MySQL | Dolt | Multiple |
|-------------------------|-------|--------|----------|
| covering\_index\_scan | 2.11 | 2.71 | 1.3 |
| groupby\_scan | 13.22 | 17.01 | 1.3 |
| index\_join | 1.34 | 5.09 | 3.8 |
| index\_join\_scan | 1.27 | 2.18 | 1.7 |
| index\_scan | 34.33 | 54.83 | 1.6 |
| oltp\_point\_select | 0.17 | 0.41 | 2.4 |
| oltp\_read\_only | 3.36 | 7.3 | 2.2 |
| select\_random\_points | 0.32 | 0.68 | 2.1 |
| groupby\_scan | 12.98 | 17.32 | 1.3 |
| index\_join | 1.37 | 5.09 | 3.7 |
| index\_join\_scan | 1.3 | 2.18 | 1.7 |
| index\_scan | 34.95 | 55.82 | 1.6 |
| oltp\_point\_select | 0.17 | 0.42 | 2.5 |
| oltp\_read\_only | 3.36 | 7.43 | 2.2 |
| select\_random\_points | 0.33 | 0.69 | 2.1 |
| select\_random\_ranges | 0.39 | 0.94 | 2.4 |
| table\_scan | 34.33 | 55.82 | 1.6 |
| types\_table\_scan | 74.46 | 158.63 | 2.1 |
| table\_scan | 34.95 | 55.82 | 1.6 |
| types\_table\_scan | 75.82 | 158.63 | 2.1 |
| reads\_mean\_multiplier | | | 2.0 |

| Write Tests | MySQL | Dolt | Multiple |
Expand All @@ -52,7 +52,7 @@ The Dolt version is `1.24.3`.
| oltp\_insert | 3.75 | 3.36 | 0.9 |
| oltp\_read\_write | 8.28 | 14.73 | 1.8 |
| oltp\_update\_index | 3.82 | 3.43 | 0.9 |
| oltp\_update\_non\_index | 3.82 | 3.3 | 0.9 |
| oltp\_update\_non\_index | 3.82 | 3.36 | 0.9 |
| oltp\_write\_only | 5.37 | 7.56 | 1.4 |
| types\_delete\_insert | 7.7 | 7.3 | 0.9 |
| writes\_mean\_multiplier | | | 1.1 |
Expand Down

0 comments on commit f3f5d3b

Please sign in to comment.