Skip to content

Commit

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

[auto-update-docs] by coffeegoddd
  • Loading branch information
coffeegoddd authored Oct 10, 2023
2 parents 039f15a + 975b2a5 commit 5a59eed
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 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.18.0`.
The Dolt version is `1.18.1`.

<!-- START___DOLT___LATENCY_RESULTS_TABLE -->
| Read Tests | MySQL | Dolt | Multiple |
|-------------------------|-------|--------|----------|
| covering\_index\_scan | 2.07 | 3.02 | 1.5 |
| groupby\_scan | 12.98 | 17.95 | 1.4 |
| index\_join | 1.27 | 4.74 | 3.7 |
| index\_join\_scan | 1.23 | 2.22 | 1.8 |
| index\_scan | 32.53 | 58.92 | 1.8 |
| oltp\_point\_select | 0.14 | 0.39 | 2.8 |
| 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 | 32.53 | 58.92 | 1.8 |
| types\_table\_scan | 74.46 | 170.48 | 2.3 |
| reads\_mean\_multiplier | | | 2.2 |
| covering\_index\_scan | 2.14 | 2.76 | 1.3 |
| groupby\_scan | 13.22 | 17.32 | 1.3 |
| index\_join | 1.32 | 4.49 | 3.4 |
| index\_join\_scan | 1.25 | 2.14 | 1.7 |
| index\_scan | 34.33 | 55.82 | 1.6 |
| oltp\_point\_select | 0.17 | 0.4 | 2.4 |
| oltp\_read\_only | 3.3 | 7.17 | 2.2 |
| select\_random\_points | 0.32 | 0.68 | 2.1 |
| select\_random\_ranges | 0.38 | 0.92 | 2.4 |
| table\_scan | 34.33 | 55.82 | 1.6 |
| types\_table\_scan | 74.46 | 158.63 | 2.1 |
| reads\_mean\_multiplier | | | 2.0 |

| Write Tests | MySQL | Dolt | Multiple |
|--------------------------|-------|-------|----------|
| bulk\_insert | 0.001 | 0.001 | 1.0 |
| oltp\_delete\_insert | 4.82 | 5.57 | 1.2 |
| oltp\_insert | 2.43 | 2.71 | 1.1 |
| oltp\_read\_write | 5.99 | 13.95 | 2.3 |
| oltp\_update\_index | 2.35 | 2.71 | 1.2 |
| oltp\_update\_non\_index | 2.43 | 2.76 | 1.1 |
| oltp\_write\_only | 3.36 | 6.79 | 2.0 |
| types\_delete\_insert | 4.74 | 5.99 | 1.3 |
| oltp\_delete\_insert | 4.57 | 5.37 | 1.2 |
| oltp\_insert | 2.26 | 2.71 | 1.2 |
| oltp\_read\_write | 6.67 | 13.7 | 2.1 |
| oltp\_update\_index | 2.3 | 2.76 | 1.2 |
| oltp\_update\_non\_index | 2.35 | 2.66 | 1.1 |
| oltp\_write\_only | 3.3 | 6.79 | 2.1 |
| types\_delete\_insert | 4.74 | 5.77 | 1.2 |
| writes\_mean\_multiplier | | | 1.4 |

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

0 comments on commit 5a59eed

Please sign in to comment.