From 90be4786a1bd3fbc8d58add54e1b719daa19f21e Mon Sep 17 00:00:00 2001 From: coffeegoddd Date: Mon, 17 Aug 2026 16:59:58 +0000 Subject: [PATCH] [ga-update-docs] Update benchmarks for Dolt v2.3.0 --- .../reference/sql/benchmarks/correctness.md | 2 +- .../reference/sql/benchmarks/latency.md | 30 +++++++++---------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/site/dolt/src/content/reference/sql/benchmarks/correctness.md b/site/dolt/src/content/reference/sql/benchmarks/correctness.md index 528985b..7334fd2 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.3`. Tests that +Here are Dolt's sqllogictest results for version `2.3.0`. 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 c6370a8..38432bb 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.3`. +The Dolt version is `2.3.0`. | Read Tests | MySQL | Dolt | Multiple | |:-----------------------:|:------:|:------:|:--------:| -| covering\_index\_scan | 17.01 | 2.35 | 0.14 | -| groupby\_scan | 142.39 | 63.32 | 0.44 | -| index\_join | 3.49 | 1.93 | 0.55 | +| covering\_index\_scan | 17.01 | 2.39 | 0.14 | +| groupby\_scan | 134.9 | 61.08 | 0.45 | +| index\_join | 3.43 | 1.93 | 0.56 | | index\_join\_scan | 4.25 | 1.32 | 0.31 | -| index\_scan | 350.33 | 204.11 | 0.58 | +| index\_scan | 344.08 | 196.89 | 0.57 | | oltp\_point\_select | 0.19 | 0.25 | 1.32 | -| oltp\_read\_only | 3.68 | 4.91 | 1.33 | -| select\_random\_points | 0.35 | 0.52 | 1.49 | -| select\_random\_ranges | 0.39 | 0.64 | 1.64 | -| table\_scan | 356.7 | 207.82 | 0.58 | -| types\_table\_scan | 773.68 | 458.96 | 0.59 | +| oltp\_read\_only | 3.62 | 5.0 | 1.38 | +| select\_random\_points | 0.36 | 0.51 | 1.42 | +| select\_random\_ranges | 0.38 | 0.64 | 1.68 | +| table\_scan | 344.08 | 200.47 | 0.58 | +| types\_table\_scan | 746.32 | 458.96 | 0.61 | | reads\_mean\_multiplier | | | 0.82 | | Write Tests | MySQL | Dolt | Multiple | |:------------------------:|:-----:|:-----:|:--------:| | oltp\_delete\_insert | 7.7 | 6.21 | 0.81 | -| oltp\_insert | 4.1 | 3.19 | 0.78 | -| oltp\_read\_write | 8.9 | 11.24 | 1.26 | +| oltp\_insert | 4.1 | 3.13 | 0.76 | +| oltp\_read\_write | 8.74 | 11.24 | 1.29 | | 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.62 | 53.01 | 1.82 | -| tpcc\_tps\_multiplier | | | 1.82 | +| tpcc-scale-factor-1 | 95.46 | 52.64 | 1.81 | +| tpcc\_tps\_multiplier | | | 1.81 | | Overall Mean Multiple | 1.18 | |:---------------------:|:----:|