From fb31d823bd8e1b8789c96e10da5a7f9ee6e38ca0 Mon Sep 17 00:00:00 2001 From: coffeegoddd Date: Thu, 21 Sep 2023 16:55:34 +0000 Subject: [PATCH] [ga-update-docs] Update latency for Dolt v1.16.2 --- content/reference/sql/benchmarks/latency.md | 34 ++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/content/reference/sql/benchmarks/latency.md b/content/reference/sql/benchmarks/latency.md index 1dc3afd88..3fb83ced2 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.15.0`. +The Dolt version is `1.16.2`. | Read Tests | MySQL | Dolt | Multiple | |-------------------------|-------|--------|----------| -| covering\_index\_scan | 2.07 | 2.91 | 1.4 | -| groupby\_scan | 13.22 | 18.28 | 1.4 | +| covering\_index\_scan | 2.07 | 2.86 | 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 | 58.92 | 1.8 | -| oltp\_point\_select | 0.14 | 0.39 | 2.8 | -| oltp\_read\_only | 2.71 | 7.17 | 2.6 | -| select\_random\_points | 0.31 | 0.7 | 2.3 | +| oltp\_point\_select | 0.14 | 0.4 | 2.9 | +| oltp\_read\_only | 2.66 | 7.17 | 2.7 | +| select\_random\_points | 0.31 | 0.72 | 2.3 | | select\_random\_ranges | 0.37 | 0.95 | 2.6 | -| table\_scan | 33.12 | 58.92 | 1.8 | -| types\_table\_scan | 74.46 | 167.44 | 2.2 | +| table\_scan | 33.12 | 57.87 | 1.7 | +| types\_table\_scan | 75.82 | 167.44 | 2.2 | | reads\_mean\_multiplier | | | 2.2 | | Write Tests | MySQL | Dolt | Multiple | |--------------------------|-------|-------|----------| | bulk\_insert | 0.001 | 0.001 | 1.0 | -| oltp\_delete\_insert | 5.77 | 5.99 | 1.0 | -| oltp\_insert | 2.71 | 3.13 | 1.2 | -| oltp\_read\_write | 6.43 | 14.21 | 2.2 | -| oltp\_update\_index | 2.66 | 3.07 | 1.2 | -| oltp\_update\_non\_index | 2.97 | 2.97 | 1.0 | -| oltp\_write\_only | 3.82 | 7.17 | 1.9 | -| types\_delete\_insert | 6.43 | 6.32 | 1.0 | -| writes\_mean\_multiplier | | | 1.3 | +| oltp\_delete\_insert | 5.47 | 5.67 | 1.0 | +| oltp\_insert | 2.52 | 3.02 | 1.2 | +| oltp\_read\_write | 6.09 | 14.21 | 2.3 | +| oltp\_update\_index | 2.52 | 3.02 | 1.2 | +| oltp\_update\_non\_index | 2.66 | 2.91 | 1.1 | +| oltp\_write\_only | 3.62 | 7.17 | 2.0 | +| types\_delete\_insert | 5.47 | 6.21 | 1.1 | +| writes\_mean\_multiplier | | | 1.4 | -| Overall Mean Multiple | 1.8 | +| Overall Mean Multiple | 1.9 | |-----------------------|-----|