From 9cdd3afec9846ec4ba0aa5a6b8b4dfd8277bd17b Mon Sep 17 00:00:00 2001 From: coffeegoddd Date: Fri, 29 Sep 2023 21:20:23 +0000 Subject: [PATCH] [ga-update-docs] Update latency for Dolt v1.17.1 --- content/reference/sql/benchmarks/latency.md | 40 ++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/content/reference/sql/benchmarks/latency.md b/content/reference/sql/benchmarks/latency.md index 347fc2fba..bce6c1184 100644 --- a/content/reference/sql/benchmarks/latency.md +++ b/content/reference/sql/benchmarks/latency.md @@ -28,37 +28,37 @@ 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.16.4`. +The Dolt version is `1.17.1`. | Read Tests | MySQL | Dolt | Multiple | |-------------------------|-------|--------|----------| -| covering\_index\_scan | 2.07 | 2.91 | 1.4 | -| groupby\_scan | 12.98 | 17.95 | 1.4 | -| index\_join | 1.27 | 4.74 | 3.7 | -| index\_join\_scan | 1.21 | 2.22 | 1.8 | -| index\_scan | 33.12 | 57.87 | 1.7 | -| oltp\_point\_select | 0.14 | 0.39 | 2.8 | -| oltp\_read\_only | 2.66 | 7.17 | 2.7 | -| select\_random\_points | 0.3 | 0.72 | 2.4 | -| select\_random\_ranges | 0.37 | 0.95 | 2.6 | -| table\_scan | 33.12 | 57.87 | 1.7 | -| types\_table\_scan | 74.46 | 170.48 | 2.3 | +| covering\_index\_scan | 2.07 | 2.97 | 1.4 | +| groupby\_scan | 12.98 | 18.28 | 1.4 | +| index\_join | 1.3 | 4.82 | 3.7 | +| index\_join\_scan | 1.25 | 2.26 | 1.8 | +| index\_scan | 33.12 | 59.99 | 1.8 | +| oltp\_point\_select | 0.14 | 0.4 | 2.9 | +| oltp\_read\_only | 2.71 | 7.3 | 2.7 | +| select\_random\_points | 0.31 | 0.72 | 2.3 | +| select\_random\_ranges | 0.37 | 0.97 | 2.6 | +| table\_scan | 33.12 | 58.92 | 1.8 | +| types\_table\_scan | 75.82 | 173.58 | 2.3 | | reads\_mean\_multiplier | | | 2.2 | | Write Tests | MySQL | Dolt | Multiple | |--------------------------|-------|-------|----------| | bulk\_insert | 0.001 | 0.001 | 1.0 | -| oltp\_delete\_insert | 5.77 | 5.88 | 1.0 | -| oltp\_insert | 2.76 | 3.02 | 1.1 | -| oltp\_read\_write | 6.43 | 14.21 | 2.2 | -| oltp\_update\_index | 2.81 | 2.97 | 1.1 | -| oltp\_update\_non\_index | 2.91 | 2.91 | 1.0 | -| oltp\_write\_only | 3.82 | 7.17 | 1.9 | -| types\_delete\_insert | 5.47 | 6.32 | 1.2 | +| oltp\_delete\_insert | 5.18 | 5.88 | 1.1 | +| oltp\_insert | 2.71 | 2.86 | 1.1 | +| oltp\_read\_write | 6.32 | 14.21 | 2.2 | +| oltp\_update\_index | 2.61 | 2.91 | 1.1 | +| oltp\_update\_non\_index | 2.76 | 2.86 | 1.0 | +| oltp\_write\_only | 3.75 | 7.04 | 1.9 | +| types\_delete\_insert | 5.28 | 6.21 | 1.2 | | writes\_mean\_multiplier | | | 1.3 | -| Overall Mean Multiple | 1.8 | +| Overall Mean Multiple | 1.9 | |-----------------------|-----|