Merged PRs
dolt
- 4592: Fix for dropping and re-adding an existing table with a column tag of 0 incorrectly regenerates its tag.
- 4590: go/doltcore/schema: Added doc comments to
schema.Schema
- 4586: go/doltcore/sqle: Removing unused DDL code
- 4574: Add
--parents
and--decorate
todolt_log
table function
Closed Issues
- 4531: calling set
@@session.global_var = value
should fail
Latency
Read Tests | MySQL | Dolt | Multiple |
---|---|---|---|
covering_index_scan | 1.89 | 2.66 | 1.4 |
groupby_scan | 12.3 | 17.32 | 1.4 |
index_join | 1.16 | 4.57 | 3.9 |
index_join_scan | 1.12 | 3.89 | 3.5 |
index_scan | 30.26 | 54.83 | 1.8 |
oltp_point_select | 0.15 | 0.47 | 3.1 |
oltp_read_only | 2.97 | 8.74 | 2.9 |
select_random_points | 0.3 | 0.75 | 2.5 |
select_random_ranges | 0.35 | 1.14 | 3.3 |
table_scan | 30.81 | 63.32 | 2.1 |
types_table_scan | 68.05 | 186.54 | 2.7 |
reads_mean_multiplier | 2.6 |
Write Tests | MySQL | Dolt | Multiple |
---|---|---|---|
bulk_insert | 0.001 | 0.001 | 1.0 |
oltp_delete_insert | 3.25 | 9.39 | 2.9 |
oltp_insert | 1.58 | 2.76 | 1.7 |
oltp_read_write | 5.09 | 16.71 | 3.3 |
oltp_update_index | 1.47 | 4.25 | 2.9 |
oltp_update_non_index | 1.52 | 4.49 | 3.0 |
oltp_write_only | 2.26 | 7.84 | 3.5 |
types_delete_insert | 2.91 | 10.46 | 3.6 |
writes_mean_multiplier | 2.7 |
Overall Mean Multiple | 2.7 |
---|