Skip to content

Commit

Permalink
Merge pull request #2456 from dolthub/coffeegoddd-1.45.5
Browse files Browse the repository at this point in the history
[auto-update-docs] by coffeegoddd
  • Loading branch information
coffeegoddd authored Jan 9, 2025
2 parents 8cc76f1 + 2145a9c commit c9569f0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ AND col3 IN (3,9,0))))) OR col4 <= 4.25 OR ((col3 = 5))) OR (((col0 >
0)) AND col0 > 6 AND (col4 >= 6.56)))
```

Here are Dolt's sqllogictest results for version `1.45.2`. Tests that
Here are Dolt's sqllogictest results for version `1.45.5`. Tests that
did not run could not complete due to a timeout earlier in the run.
<!-- START___DOLT___CORRECTNESS_RESULTS_TABLE -->
| Results | Count |
Expand Down
40 changes: 20 additions & 20 deletions packages/dolt/content/reference/sql/benchmarks/latency.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,41 +28,41 @@ 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.45.2`.
The Dolt version is `1.45.5`.

<!-- START___DOLT___LATENCY_RESULTS_TABLE -->
| Read Tests | MySQL | Dolt | Multiple |
|-------------------------|-------|--------|----------|
| covering\_index\_scan | 1.89 | 0.62 | 0.33 |
| groupby\_scan | 13.46 | 16.71 | 1.24 |
| index\_join | 1.44 | 2.3 | 1.6 |
| index\_join\_scan | 1.42 | 1.44 | 1.01 |
| index\_scan | 34.33 | 30.26 | 0.88 |
| covering\_index\_scan | 1.93 | 0.67 | 0.35 |
| groupby\_scan | 13.22 | 17.32 | 1.31 |
| index\_join | 1.47 | 2.48 | 1.69 |
| index\_join\_scan | 1.44 | 1.47 | 1.02 |
| index\_scan | 34.33 | 30.81 | 0.9 |
| oltp\_point\_select | 0.18 | 0.27 | 1.5 |
| oltp\_read\_only | 3.49 | 5.28 | 1.51 |
| select\_random\_points | 0.33 | 0.59 | 1.79 |
| select\_random\_ranges | 0.37 | 0.62 | 1.68 |
| oltp\_read\_only | 3.49 | 5.37 | 1.54 |
| select\_random\_points | 0.34 | 0.6 | 1.76 |
| select\_random\_ranges | 0.37 | 0.63 | 1.7 |
| table\_scan | 34.33 | 33.12 | 0.96 |
| types\_table\_scan | 74.46 | 108.68 | 1.46 |
| reads\_mean\_multiplier | | | 1.27 |
| types\_table\_scan | 75.82 | 114.72 | 1.51 |
| reads\_mean\_multiplier | | | 1.29 |

| Write Tests | MySQL | Dolt | Multiple |
|--------------------------|-------|-------|----------|
| oltp\_delete\_insert | 8.9 | 6.21 | 0.7 |
| oltp\_insert | 4.1 | 3.07 | 0.75 |
| oltp\_delete\_insert | 8.9 | 6.32 | 0.71 |
| oltp\_insert | 4.1 | 3.13 | 0.76 |
| oltp\_read\_write | 8.9 | 11.45 | 1.29 |
| oltp\_update\_index | 4.18 | 3.13 | 0.75 |
| oltp\_update\_index | 4.18 | 3.19 | 0.76 |
| oltp\_update\_non\_index | 4.18 | 3.07 | 0.73 |
| oltp\_write\_only | 5.67 | 6.21 | 1.1 |
| types\_delete\_insert | 8.28 | 6.55 | 0.79 |
| writes\_mean\_multiplier | | | 0.87 |
| oltp\_write\_only | 5.67 | 6.32 | 1.11 |
| types\_delete\_insert | 8.43 | 6.67 | 0.79 |
| writes\_mean\_multiplier | | | 0.88 |

| TPC-C TPS Tests | MySQL | Dolt | Multiple |
|-----------------------|-------|-------|----------|
| tpcc-scale-factor-1 | 96.01 | 40.05 | 2.4 |
| tpcc\_tps\_multiplier | | | 2.4 |
| tpcc-scale-factor-1 | 96.35 | 39.77 | 2.42 |
| tpcc\_tps\_multiplier | | | 2.42 |

| Overall Mean Multiple | 1.51 |
| Overall Mean Multiple | 1.53 |
|-----------------------|------|
<!-- END___DOLT___LATENCY_RESULTS_TABLE -->
<br/>

0 comments on commit c9569f0

Please sign in to comment.