Skip to content

Commit 263af7d

Browse files
authored
Merge pull request #2769 from dolthub/gitbook-dev
update perf 1.82.1
2 parents ce5c5fc + d9ca2e2 commit 263af7d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/dolt/content/reference/sql/benchmarks/correctness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ AND col3 IN (3,9,0))))) OR col4 <= 4.25 OR ((col3 = 5))) OR (((col0 >
5454
0)) AND col0 > 6 AND (col4 >= 6.56)))
5555
```
5656

57-
Here are Dolt's sqllogictest results for version `1.81.7`. Tests that
57+
Here are Dolt's sqllogictest results for version `1.82.1`. Tests that
5858
did not run could not complete due to a timeout earlier in the run.
5959
<!-- START___DOLT___CORRECTNESS_RESULTS_TABLE -->
6060
| Results | Count |

packages/dolt/content/reference/sql/benchmarks/latency.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@ attempt to run as many queries as possible in a fixed 2 minute time
3232
window. The `Dolt` and `MySQL` columns show the median latency in
3333
milliseconds (ms) of each query during that 2 minute time window.
3434

35-
The Dolt version is `1.81.7`.
35+
The Dolt version is `1.82.1`.
3636

3737
<!-- START___DOLT___LATENCY_RESULTS_TABLE -->
3838
| Read Tests | MySQL | Dolt | Multiple |
3939
|:-----------------------:|:-----:|:-----:|:--------:|
40-
| covering\_index\_scan | 1.93 | 0.55 | 0.28 |
40+
| covering\_index\_scan | 1.93 | 0.54 | 0.28 |
4141
| groupby\_scan | 13.46 | 9.73 | 0.72 |
42-
| index\_join | 1.5 | 1.79 | 1.19 |
42+
| index\_join | 1.52 | 1.79 | 1.18 |
4343
| index\_join\_scan | 1.47 | 1.34 | 0.91 |
4444
| index\_scan | 34.95 | 22.28 | 0.64 |
4545
| oltp\_point\_select | 0.2 | 0.27 | 1.35 |
4646
| oltp\_read\_only | 3.82 | 5.28 | 1.38 |
47-
| select\_random\_points | 0.35 | 0.53 | 1.51 |
47+
| select\_random\_points | 0.35 | 0.54 | 1.54 |
4848
| select\_random\_ranges | 0.39 | 0.55 | 1.41 |
4949
| table\_scan | 34.95 | 22.28 | 0.64 |
50-
| types\_table\_scan | 75.82 | 66.84 | 0.88 |
50+
| types\_table\_scan | 78.6 | 66.84 | 0.85 |
5151
| reads\_mean\_multiplier | | | 0.99 |
5252

5353
| Write Tests | MySQL | Dolt | Multiple |

0 commit comments

Comments
 (0)