Skip to content

Commit

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

[auto-update-docs] by coffeegoddd
  • Loading branch information
coffeegoddd authored Aug 17, 2023
2 parents 7837600 + f8f270d commit 7dae771
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions content/reference/sql/benchmarks/latency.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,35 +30,35 @@ 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.10.1`.
The Dolt version is `1.11.1`.

<!-- START___DOLT___LATENCY_RESULTS_TABLE -->
| Read Tests | MySQL | Dolt | Multiple |
|-------------------------|-------|--------|----------|
| covering\_index\_scan | 2.11 | 3.02 | 1.4 |
| covering\_index\_scan | 2.07 | 3.02 | 1.5 |
| groupby\_scan | 12.98 | 18.28 | 1.4 |
| index\_join | 1.27 | 4.82 | 3.8 |
| index\_join\_scan | 1.21 | 2.3 | 1.9 |
| index\_scan | 33.12 | 57.87 | 1.7 |
| oltp\_point\_select | 0.14 | 0.48 | 3.4 |
| oltp\_read\_only | 2.71 | 8.28 | 3.1 |
| select\_random\_points | 0.3 | 0.83 | 2.8 |
| select\_random\_ranges | 0.37 | 1.21 | 3.3 |
| table\_scan | 33.12 | 57.87 | 1.7 |
| types\_table\_scan | 74.46 | 167.44 | 2.2 |
| index\_join | 1.25 | 4.82 | 3.9 |
| index\_join\_scan | 1.21 | 2.39 | 2.0 |
| index\_scan | 32.53 | 58.92 | 1.8 |
| oltp\_point\_select | 0.14 | 0.45 | 3.2 |
| oltp\_read\_only | 2.71 | 7.98 | 2.9 |
| select\_random\_points | 0.31 | 0.83 | 2.7 |
| select\_random\_ranges | 0.37 | 1.18 | 3.2 |
| table\_scan | 32.53 | 57.87 | 1.8 |
| types\_table\_scan | 75.82 | 170.48 | 2.2 |
| reads\_mean\_multiplier | | | 2.4 |

| Write Tests | MySQL | Dolt | Multiple |
|--------------------------|-------|-------|----------|
| bulk\_insert | 0.001 | 0.001 | 1.0 |
| oltp\_delete\_insert | 4.65 | 5.88 | 1.3 |
| oltp\_insert | 2.22 | 2.91 | 1.3 |
| oltp\_read\_write | 5.99 | 15.83 | 2.6 |
| oltp\_update\_index | 2.26 | 2.97 | 1.3 |
| oltp\_update\_non\_index | 2.52 | 2.97 | 1.2 |
| oltp\_write\_only | 3.36 | 7.7 | 2.3 |
| types\_delete\_insert | 4.91 | 6.55 | 1.3 |
| writes\_mean\_multiplier | | | 1.5 |
| oltp\_delete\_insert | 4.57 | 5.88 | 1.3 |
| oltp\_insert | 2.26 | 2.86 | 1.3 |
| oltp\_read\_write | 5.88 | 15.27 | 2.6 |
| oltp\_update\_index | 2.26 | 2.91 | 1.3 |
| oltp\_update\_non\_index | 2.26 | 2.86 | 1.3 |
| oltp\_write\_only | 3.25 | 7.43 | 2.3 |
| types\_delete\_insert | 4.57 | 6.32 | 1.4 |
| writes\_mean\_multiplier | | | 1.6 |

| Overall Mean Multiple | 2.1 |
|-----------------------|-----|
Expand Down

0 comments on commit 7dae771

Please sign in to comment.