diff --git a/packages/dolt/content/reference/sql/benchmarks/correctness.md b/packages/dolt/content/reference/sql/benchmarks/correctness.md index 01a6bd60..6a1446ef 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.85.0`. Tests that +Here are Dolt's sqllogictest results for version `1.86.4`. 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 0bb9368d..6d4f6a0e 100644 --- a/packages/dolt/content/reference/sql/benchmarks/latency.md +++ b/packages/dolt/content/reference/sql/benchmarks/latency.md @@ -32,41 +32,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.85.0`. +The Dolt version is `1.86.4`. | Read Tests | MySQL | Dolt | Multiple | |:-----------------------:|:-----:|:-----:|:--------:| -| covering\_index\_scan | 1.93 | 0.55 | 0.28 | -| groupby\_scan | 13.46 | 10.09 | 0.75 | -| index\_join | 1.5 | 1.86 | 1.24 | -| index\_join\_scan | 1.47 | 1.34 | 0.91 | +| covering\_index\_scan | 1.96 | 0.78 | 0.4 | +| groupby\_scan | 13.46 | 10.27 | 0.76 | +| index\_join | 1.52 | 1.82 | 1.2 | +| index\_join\_scan | 1.5 | 1.39 | 0.93 | | index\_scan | 34.33 | 22.28 | 0.65 | -| oltp\_point\_select | 0.2 | 0.27 | 1.35 | -| oltp\_read\_only | 3.82 | 5.28 | 1.38 | -| select\_random\_points | 0.35 | 0.53 | 1.51 | -| select\_random\_ranges | 0.39 | 0.55 | 1.41 | -| table\_scan | 34.95 | 22.69 | 0.65 | -| types\_table\_scan | 77.19 | 68.05 | 0.88 | -| reads\_mean\_multiplier | | | 1.0 | +| oltp\_point\_select | 0.2 | 0.26 | 1.3 | +| oltp\_read\_only | 3.82 | 5.37 | 1.41 | +| select\_random\_points | 0.35 | 0.51 | 1.46 | +| select\_random\_ranges | 0.39 | 0.8 | 2.05 | +| table\_scan | 34.33 | 22.28 | 0.65 | +| types\_table\_scan | 77.19 | 66.84 | 0.87 | +| reads\_mean\_multiplier | | | 1.06 | | Write Tests | MySQL | Dolt | Multiple | |:------------------------:|:-----:|:-----:|:--------:| -| oltp\_delete\_insert | 8.28 | 6.43 | 0.78 | +| oltp\_delete\_insert | 8.43 | 6.43 | 0.76 | | oltp\_insert | 4.18 | 3.19 | 0.76 | -| oltp\_read\_write | 9.06 | 11.45 | 1.26 | -| oltp\_update\_index | 4.18 | 3.25 | 0.78 | -| oltp\_update\_non\_index | 4.18 | 3.13 | 0.75 | -| oltp\_write\_only | 5.28 | 6.09 | 1.15 | +| oltp\_read\_write | 9.22 | 11.65 | 1.26 | +| oltp\_update\_index | 4.25 | 3.25 | 0.76 | +| oltp\_update\_non\_index | 4.18 | 3.07 | 0.73 | +| oltp\_write\_only | 5.28 | 5.99 | 1.13 | | types\_delete\_insert | 8.58 | 6.91 | 0.81 | -| writes\_mean\_multiplier | | | 0.9 | +| writes\_mean\_multiplier | | | 0.89 | -| TPC-C TPS Tests | MySQL | Dolt | Multiple | -|:---------------------:|:-----:|:-----:|:--------:| -| tpcc-scale-factor-1 | 94.13 | 41.92 | 2.25 | -| tpcc\_tps\_multiplier | | | 2.25 | +| TPC-C TPS Tests | MySQL | Dolt | Multiple | +|:---------------------:|:-----:|:----:|:--------:| +| tpcc-scale-factor-1 | 94.36 | 41.0 | 2.3 | +| tpcc\_tps\_multiplier | | | 2.3 | -| Overall Mean Multiple | 1.38 | +| Overall Mean Multiple | 1.42 | |:---------------------:|:----:|