diff --git a/site/dolt/src/content/reference/sql/benchmarks/correctness.md b/site/dolt/src/content/reference/sql/benchmarks/correctness.md index 391797d..432a8f3 100644 --- a/site/dolt/src/content/reference/sql/benchmarks/correctness.md +++ b/site/dolt/src/content/reference/sql/benchmarks/correctness.md @@ -55,7 +55,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 `2.2.1`. Tests that +Here are Dolt's sqllogictest results for version `2.2.2`. Tests that did not run could not complete due to a timeout earlier in the run. | Results | Count | diff --git a/site/dolt/src/content/reference/sql/benchmarks/latency.md b/site/dolt/src/content/reference/sql/benchmarks/latency.md index d19145a..15ddb10 100644 --- a/site/dolt/src/content/reference/sql/benchmarks/latency.md +++ b/site/dolt/src/content/reference/sql/benchmarks/latency.md @@ -33,39 +33,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 `2.2.1`. +The Dolt version is `2.2.2`. | Read Tests | MySQL | Dolt | Multiple | |:-----------------------:|:------:|:------:|:--------:| -| covering\_index\_scan | 18.61 | 2.3 | 0.12 | -| groupby\_scan | 134.9 | 144.97 | 1.07 | -| index\_join | 3.49 | 1.93 | 0.55 | -| index\_join\_scan | 4.25 | 1.3 | 0.31 | -| index\_scan | 350.33 | 219.36 | 0.63 | +| covering\_index\_scan | 17.32 | 2.3 | 0.13 | +| groupby\_scan | 134.9 | 142.39 | 1.06 | +| index\_join | 3.43 | 1.89 | 0.55 | +| index\_join\_scan | 4.18 | 1.32 | 0.32 | +| index\_scan | 350.33 | 215.44 | 0.61 | | oltp\_point\_select | 0.19 | 0.25 | 1.32 | | oltp\_read\_only | 3.62 | 4.91 | 1.36 | | select\_random\_points | 0.35 | 0.51 | 1.46 | -| select\_random\_ranges | 0.38 | 0.64 | 1.68 | -| table\_scan | 350.33 | 196.89 | 0.56 | -| types\_table\_scan | 759.88 | 442.73 | 0.58 | +| select\_random\_ranges | 0.39 | 0.64 | 1.64 | +| table\_scan | 350.33 | 200.47 | 0.57 | +| types\_table\_scan | 746.32 | 467.3 | 0.63 | | reads\_mean\_multiplier | | | 0.88 | | Write Tests | MySQL | Dolt | Multiple | |:------------------------:|:-----:|:-----:|:--------:| | oltp\_delete\_insert | 7.7 | 6.21 | 0.81 | -| oltp\_insert | 4.1 | 3.19 | 0.78 | +| oltp\_insert | 4.03 | 3.13 | 0.78 | | oltp\_read\_write | 8.74 | 11.24 | 1.29 | -| oltp\_update\_index | 4.41 | 3.3 | 0.75 | +| oltp\_update\_index | 4.33 | 3.3 | 0.76 | | oltp\_update\_non\_index | 4.1 | 3.02 | 0.74 | | oltp\_write\_only | 5.18 | 6.21 | 1.2 | -| types\_delete\_insert | 8.43 | 6.79 | 0.81 | +| types\_delete\_insert | 8.28 | 6.67 | 0.81 | | writes\_mean\_multiplier | | | 0.91 | | TPC-C TPS Tests | MySQL | Dolt | Multiple | |:---------------------:|:-----:|:-----:|:--------:| -| tpcc-scale-factor-1 | 96.05 | 52.22 | 1.84 | -| tpcc\_tps\_multiplier | | | 1.84 | +| tpcc-scale-factor-1 | 95.13 | 51.54 | 1.85 | +| tpcc\_tps\_multiplier | | | 1.85 | | Overall Mean Multiple | 1.21 | |:---------------------:|:----:|