Merged PRs
dolt
- 4598: go/doltcore/doltdb: Account for drop/add column tag reuse when generating new columns
- 4597: adding add autoinc col tests
- 4596: Made
server_query
error on bad queries where we expect no results.
Then fixed all the broken bats tests. - 4577: Add
--not
,--min-parents
, and--merges
to dolt_log table function
go-mysql-server
- 1341: fix comparison for geometry types
fix for: #3451
Maybe all geometry comparisons should just default to their EWKB formats; pretty confident this is what MySQL does.
Closed Issues
- 4581: Can't add an
auto_increment
primary key to a keyless table
Latency
Read Tests | MySQL | Dolt | Multiple |
---|---|---|---|
covering_index_scan | 1.93 | 2.86 | 1.5 |
groupby_scan | 12.52 | 17.32 | 1.4 |
index_join | 1.18 | 4.57 | 3.9 |
index_join_scan | 1.14 | 3.82 | 3.4 |
index_scan | 30.26 | 53.85 | 1.8 |
oltp_point_select | 0.15 | 0.47 | 3.1 |
oltp_read_only | 2.97 | 8.58 | 2.9 |
select_random_points | 0.3 | 0.75 | 2.5 |
select_random_ranges | 0.35 | 1.12 | 3.2 |
table_scan | 30.81 | 62.19 | 2.0 |
types_table_scan | 69.29 | 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 | 2.76 | 9.73 | 3.5 |
oltp_insert | 1.47 | 2.76 | 1.9 |
oltp_read_write | 5.09 | 16.71 | 3.3 |
oltp_update_index | 1.42 | 4.41 | 3.1 |
oltp_update_non_index | 1.42 | 4.65 | 3.3 |
oltp_write_only | 2.22 | 7.98 | 3.6 |
types_delete_insert | 2.91 | 11.04 | 3.8 |
writes_mean_multiplier | 2.9 |
Overall Mean Multiple | 2.7 |
---|