Skip to content

Commit cae8244

Browse files
authored
Merge pull request #2746 from dolthub/gitbook-dev
update perf 1.79.2
2 parents 4fdb15d + 1df0a59 commit cae8244

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

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.79.1`. Tests that
57+
Here are Dolt's sqllogictest results for version `1.79.2`. 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: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -32,41 +32,41 @@ 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.79.1`.
35+
The Dolt version is `1.79.2`.
3636

3737
<!-- START___DOLT___LATENCY_RESULTS_TABLE -->
3838
| Read Tests | MySQL | Dolt | Multiple |
3939
|:-----------------------:|:-----:|:-----:|:--------:|
40-
| covering\_index\_scan | 1.89 | 0.55 | 0.29 |
41-
| groupby\_scan | 13.7 | 11.65 | 0.85 |
42-
| index\_join | 1.52 | 1.96 | 1.29 |
43-
| index\_join\_scan | 1.47 | 1.34 | 0.91 |
40+
| covering\_index\_scan | 1.82 | 0.54 | 0.3 |
41+
| groupby\_scan | 13.95 | 9.91 | 0.71 |
42+
| index\_join | 1.52 | 1.89 | 1.24 |
43+
| index\_join\_scan | 1.5 | 1.34 | 0.89 |
4444
| index\_scan | 34.33 | 22.28 | 0.65 |
45-
| oltp\_point\_select | 0.2 | 0.28 | 1.4 |
46-
| oltp\_read\_only | 3.82 | 5.28 | 1.38 |
47-
| select\_random\_points | 0.35 | 0.56 | 1.6 |
48-
| select\_random\_ranges | 0.39 | 0.58 | 1.49 |
49-
| table\_scan | 34.95 | 27.66 | 0.79 |
50-
| types\_table\_scan | 75.82 | 65.65 | 0.87 |
51-
| reads\_mean\_multiplier | | | 1.05 |
45+
| oltp\_point\_select | 0.2 | 0.27 | 1.35 |
46+
| oltp\_read\_only | 3.82 | 5.18 | 1.36 |
47+
| select\_random\_points | 0.35 | 0.53 | 1.51 |
48+
| select\_random\_ranges | 0.39 | 0.55 | 1.41 |
49+
| table\_scan | 34.33 | 22.28 | 0.65 |
50+
| types\_table\_scan | 75.82 | 66.84 | 0.88 |
51+
| reads\_mean\_multiplier | | | 1.0 |
5252

5353
| Write Tests | MySQL | Dolt | Multiple |
5454
|:------------------------:|:-----:|:-----:|:--------:|
55-
| oltp\_delete\_insert | 8.43 | 6.55 | 0.78 |
55+
| oltp\_delete\_insert | 8.43 | 6.43 | 0.76 |
5656
| oltp\_insert | 4.18 | 3.19 | 0.76 |
57-
| oltp\_read\_write | 9.22 | 11.65 | 1.26 |
58-
| oltp\_update\_index | 4.25 | 3.3 | 0.78 |
59-
| oltp\_update\_non\_index | 4.25 | 3.19 | 0.75 |
57+
| oltp\_read\_write | 9.22 | 11.45 | 1.24 |
58+
| oltp\_update\_index | 4.18 | 3.25 | 0.78 |
59+
| oltp\_update\_non\_index | 4.18 | 3.19 | 0.76 |
6060
| oltp\_write\_only | 5.28 | 6.32 | 1.2 |
6161
| types\_delete\_insert | 8.58 | 6.91 | 0.81 |
62-
| writes\_mean\_multiplier | | | 0.91 |
62+
| writes\_mean\_multiplier | | | 0.9 |
6363

64-
| TPC-C TPS Tests | MySQL | Dolt | Multiple |
65-
|:---------------------:|:-----:|:-----:|:--------:|
66-
| tpcc-scale-factor-1 | 93.54 | 36.85 | 2.54 |
67-
| tpcc\_tps\_multiplier | | | 2.54 |
64+
| TPC-C TPS Tests | MySQL | Dolt | Multiple |
65+
|:---------------------:|:-----:|:----:|:--------:|
66+
| tpcc-scale-factor-1 | 93.8 | 36.8 | 2.55 |
67+
| tpcc\_tps\_multiplier | | | 2.55 |
6868

69-
| Overall Mean Multiple | 1.50 |
69+
| Overall Mean Multiple | 1.48 |
7070
|:---------------------:|:----:|
7171
<!-- END___DOLT___LATENCY_RESULTS_TABLE -->
7272
<br/>

0 commit comments

Comments
 (0)