diff --git a/packages/dolt/content/reference/sql/benchmarks/correctness.md b/packages/dolt/content/reference/sql/benchmarks/correctness.md index b71db5c9..57917182 100644 --- a/packages/dolt/content/reference/sql/benchmarks/correctness.md +++ b/packages/dolt/content/reference/sql/benchmarks/correctness.md @@ -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.52.0`. Tests that +Here are Dolt's sqllogictest results for version `1.52.2`. Tests that did not run could not complete due to a timeout earlier in the run. | Results | Count | diff --git a/packages/dolt/content/reference/sql/benchmarks/latency.md b/packages/dolt/content/reference/sql/benchmarks/latency.md index cfe7ac91..10f86aad 100644 --- a/packages/dolt/content/reference/sql/benchmarks/latency.md +++ b/packages/dolt/content/reference/sql/benchmarks/latency.md @@ -34,41 +34,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.52.0`. +The Dolt version is `1.52.2`. | Read Tests | MySQL | Dolt | Multiple | |-------------------------|-------|--------|----------| -| covering\_index\_scan | 1.86 | 0.67 | 0.36 | +| covering\_index\_scan | 1.86 | 0.65 | 0.35 | | groupby\_scan | 13.22 | 17.63 | 1.33 | -| index\_join | 1.47 | 2.39 | 1.63 | -| index\_join\_scan | 1.42 | 1.47 | 1.04 | -| index\_scan | 34.33 | 30.26 | 0.88 | -| oltp\_point\_select | 0.17 | 0.26 | 1.53 | -| oltp\_read\_only | 3.36 | 5.18 | 1.54 | +| index\_join | 1.44 | 2.39 | 1.66 | +| index\_join\_scan | 1.44 | 1.42 | 0.99 | +| index\_scan | 34.33 | 30.81 | 0.9 | +| oltp\_point\_select | 0.18 | 0.26 | 1.44 | +| oltp\_read\_only | 3.43 | 5.18 | 1.51 | | select\_random\_points | 0.33 | 0.6 | 1.82 | -| select\_random\_ranges | 0.36 | 0.62 | 1.72 | -| table\_scan | 34.33 | 32.53 | 0.95 | -| types\_table\_scan | 75.82 | 125.52 | 1.66 | -| reads\_mean\_multiplier | | | 1.31 | +| select\_random\_ranges | 0.37 | 0.62 | 1.68 | +| table\_scan | 34.95 | 31.94 | 0.91 | +| types\_table\_scan | 74.46 | 130.13 | 1.75 | +| reads\_mean\_multiplier | | | 1.3 | | Write Tests | MySQL | Dolt | Multiple | |--------------------------|-------|-------|----------| | oltp\_delete\_insert | 8.9 | 6.32 | 0.71 | | oltp\_insert | 4.03 | 3.07 | 0.76 | -| oltp\_read\_write | 8.74 | 11.45 | 1.31 | -| oltp\_update\_index | 4.1 | 3.19 | 0.78 | -| oltp\_update\_non\_index | 4.1 | 3.07 | 0.75 | +| oltp\_read\_write | 8.9 | 11.45 | 1.29 | +| oltp\_update\_index | 4.18 | 3.13 | 0.75 | +| oltp\_update\_non\_index | 4.18 | 3.07 | 0.73 | | oltp\_write\_only | 5.67 | 6.32 | 1.11 | | types\_delete\_insert | 8.28 | 6.67 | 0.81 | -| writes\_mean\_multiplier | | | 0.89 | +| writes\_mean\_multiplier | | | 0.88 | | TPC-C TPS Tests | MySQL | Dolt | Multiple | |-----------------------|-------|-------|----------| -| tpcc-scale-factor-1 | 97.45 | 39.27 | 2.48 | -| tpcc\_tps\_multiplier | | | 2.48 | +| tpcc-scale-factor-1 | 97.68 | 39.49 | 2.47 | +| tpcc\_tps\_multiplier | | | 2.47 | -| Overall Mean Multiple | 1.56 | +| Overall Mean Multiple | 1.55 | |-----------------------|------|