Skip to content

Commit

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

[auto-update-docs] by coffeegoddd
  • Loading branch information
coffeegoddd committed Sep 29, 2023
2 parents 7118819 + 9cdd3af commit fe153fd
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions content/reference/sql/benchmarks/latency.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,37 +28,37 @@ 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.16.4`.
The Dolt version is `1.17.1`.

<!-- START___DOLT___LATENCY_RESULTS_TABLE -->
| Read Tests | MySQL | Dolt | Multiple |
|-------------------------|-------|--------|----------|
| covering\_index\_scan | 2.07 | 2.91 | 1.4 |
| groupby\_scan | 12.98 | 17.95 | 1.4 |
| index\_join | 1.27 | 4.74 | 3.7 |
| index\_join\_scan | 1.21 | 2.22 | 1.8 |
| index\_scan | 33.12 | 57.87 | 1.7 |
| oltp\_point\_select | 0.14 | 0.39 | 2.8 |
| oltp\_read\_only | 2.66 | 7.17 | 2.7 |
| select\_random\_points | 0.3 | 0.72 | 2.4 |
| select\_random\_ranges | 0.37 | 0.95 | 2.6 |
| table\_scan | 33.12 | 57.87 | 1.7 |
| types\_table\_scan | 74.46 | 170.48 | 2.3 |
| covering\_index\_scan | 2.07 | 2.97 | 1.4 |
| groupby\_scan | 12.98 | 18.28 | 1.4 |
| index\_join | 1.3 | 4.82 | 3.7 |
| index\_join\_scan | 1.25 | 2.26 | 1.8 |
| index\_scan | 33.12 | 59.99 | 1.8 |
| oltp\_point\_select | 0.14 | 0.4 | 2.9 |
| oltp\_read\_only | 2.71 | 7.3 | 2.7 |
| select\_random\_points | 0.31 | 0.72 | 2.3 |
| select\_random\_ranges | 0.37 | 0.97 | 2.6 |
| table\_scan | 33.12 | 58.92 | 1.8 |
| types\_table\_scan | 75.82 | 173.58 | 2.3 |
| reads\_mean\_multiplier | | | 2.2 |

| Write Tests | MySQL | Dolt | Multiple |
|--------------------------|-------|-------|----------|
| bulk\_insert | 0.001 | 0.001 | 1.0 |
| oltp\_delete\_insert | 5.77 | 5.88 | 1.0 |
| oltp\_insert | 2.76 | 3.02 | 1.1 |
| oltp\_read\_write | 6.43 | 14.21 | 2.2 |
| oltp\_update\_index | 2.81 | 2.97 | 1.1 |
| oltp\_update\_non\_index | 2.91 | 2.91 | 1.0 |
| oltp\_write\_only | 3.82 | 7.17 | 1.9 |
| types\_delete\_insert | 5.47 | 6.32 | 1.2 |
| oltp\_delete\_insert | 5.18 | 5.88 | 1.1 |
| oltp\_insert | 2.71 | 2.86 | 1.1 |
| oltp\_read\_write | 6.32 | 14.21 | 2.2 |
| oltp\_update\_index | 2.61 | 2.91 | 1.1 |
| oltp\_update\_non\_index | 2.76 | 2.86 | 1.0 |
| oltp\_write\_only | 3.75 | 7.04 | 1.9 |
| types\_delete\_insert | 5.28 | 6.21 | 1.2 |
| writes\_mean\_multiplier | | | 1.3 |

| Overall Mean Multiple | 1.8 |
| Overall Mean Multiple | 1.9 |
|-----------------------|-----|
<!-- END___DOLT___LATENCY_RESULTS_TABLE -->
<br/>

0 comments on commit fe153fd

Please sign in to comment.