Merged PRs
dolt
Closed Issues
- 6898: Nested subqueries with
EXISTS
and functions / aggregations produce wrong results - 6941: FULLTEXT index creation fails with column
C1
has an incorrect definition error - 6964: Support
:=
for variable assignment
Latency
Read Tests | MySQL | Dolt | Multiple |
---|---|---|---|
covering_index_scan | 2.11 | 2.71 | 1.3 |
groupby_scan | 12.98 | 17.32 | 1.3 |
index_join | 1.37 | 5.09 | 3.7 |
index_join_scan | 1.3 | 2.18 | 1.7 |
index_scan | 34.95 | 55.82 | 1.6 |
oltp_point_select | 0.17 | 0.42 | 2.5 |
oltp_read_only | 3.36 | 7.43 | 2.2 |
select_random_points | 0.33 | 0.69 | 2.1 |
select_random_ranges | 0.39 | 0.94 | 2.4 |
table_scan | 34.95 | 55.82 | 1.6 |
types_table_scan | 75.82 | 158.63 | 2.1 |
reads_mean_multiplier | 2.0 |
Write Tests | MySQL | Dolt | Multiple |
---|---|---|---|
oltp_delete_insert | 7.98 | 6.79 | 0.9 |
oltp_insert | 3.75 | 3.36 | 0.9 |
oltp_read_write | 8.28 | 14.73 | 1.8 |
oltp_update_index | 3.82 | 3.43 | 0.9 |
oltp_update_non_index | 3.82 | 3.36 | 0.9 |
oltp_write_only | 5.37 | 7.56 | 1.4 |
types_delete_insert | 7.7 | 7.3 | 0.9 |
writes_mean_multiplier | 1.1 |
Overall Mean Multiple | 1.6 |
---|