Skip to content

Commit

Permalink
Merge pull request #2441 from dolthub/coffeegoddd-1.45.0
Browse files Browse the repository at this point in the history
[auto-update-docs] by coffeegoddd
  • Loading branch information
coffeegoddd authored Dec 18, 2024
2 parents 9c9aefc + 5c13efe commit e18b5f3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 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.44.4`. Tests that
Here are Dolt's sqllogictest results for version `1.45.0`. 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
32 changes: 16 additions & 16 deletions packages/dolt/content/reference/sql/benchmarks/latency.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,39 +28,39 @@ 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.44.4`.
The Dolt version is `1.45.0`.

<!-- START___DOLT___LATENCY_RESULTS_TABLE -->
| Read Tests | MySQL | Dolt | Multiple |
|-------------------------|-------|--------|----------|
| covering\_index\_scan | 1.93 | 0.62 | 0.32 |
| groupby\_scan | 13.7 | 16.41 | 1.2 |
| index\_join | 1.44 | 2.3 | 1.6 |
| groupby\_scan | 13.46 | 16.41 | 1.22 |
| index\_join | 1.47 | 2.26 | 1.54 |
| index\_join\_scan | 1.42 | 1.47 | 1.04 |
| index\_scan | 34.33 | 46.63 | 1.36 |
| oltp\_point\_select | 0.18 | 0.27 | 1.5 |
| oltp\_read\_only | 3.49 | 5.37 | 1.54 |
| select\_random\_points | 0.34 | 0.59 | 1.74 |
| select\_random\_points | 0.33 | 0.6 | 1.82 |
| select\_random\_ranges | 0.37 | 0.62 | 1.68 |
| table\_scan | 34.33 | 46.63 | 1.36 |
| types\_table\_scan | 75.82 | 123.28 | 1.63 |
| reads\_mean\_multiplier | | | 1.36 |
| types\_table\_scan | 74.46 | 123.28 | 1.66 |
| reads\_mean\_multiplier | | | 1.37 |

| Write Tests | MySQL | Dolt | Multiple |
|--------------------------|-------|-------|----------|
| oltp\_delete\_insert | 8.74 | 6.21 | 0.71 |
| oltp\_insert | 4.03 | 3.07 | 0.76 |
| oltp\_delete\_insert | 8.9 | 6.21 | 0.7 |
| oltp\_insert | 4.1 | 3.07 | 0.75 |
| oltp\_read\_write | 8.9 | 11.45 | 1.29 |
| oltp\_update\_index | 4.1 | 3.13 | 0.76 |
| oltp\_update\_index | 4.18 | 3.13 | 0.75 |
| oltp\_update\_non\_index | 4.18 | 3.07 | 0.73 |
| oltp\_write\_only | 5.57 | 6.21 | 1.11 |
| types\_delete\_insert | 8.28 | 6.55 | 0.79 |
| writes\_mean\_multiplier | | | 0.88 |
| oltp\_write\_only | 5.77 | 6.21 | 1.08 |
| types\_delete\_insert | 8.43 | 6.55 | 0.78 |
| writes\_mean\_multiplier | | | 0.87 |

| TPC-C TPS Tests | MySQL | Dolt | Multiple |
|-----------------------|-------|-------|----------|
| tpcc-scale-factor-1 | 97.12 | 41.19 | 2.36 |
| tpcc\_tps\_multiplier | | | 2.36 |
| TPC-C TPS Tests | MySQL | Dolt | Multiple |
|-----------------------|-------|------|----------|
| tpcc-scale-factor-1 | 95.58 | 40.6 | 2.35 |
| tpcc\_tps\_multiplier | | | 2.35 |

| Overall Mean Multiple | 1.53 |
|-----------------------|------|
Expand Down

0 comments on commit e18b5f3

Please sign in to comment.