Merged PRs
dolt
go-mysql-server
- 2802: exempt processlist column renaming through aliases
needed for dolphie to work; extension of dolthub/go-mysql-server#2764 - 2800: Pass metrics server listener to DefaultProtocolListenerFunc for doltgres metrics
vitess
- 393: fix
starting by
andterminated by
order
thestarting by
andterminated by
clauses inload data
statements can appear in any order and any number of times. - 392: [sqltypes] no value buffer leakage
Closed Issues
- 8706: LOAD DATA INFILE syntax error on different order of params 'starting by' and 'terminated by'
Performance
Read Tests | MySQL | Dolt | Multiple |
---|---|---|---|
covering_index_scan | 1.89 | 0.62 | 0.33 |
groupby_scan | 13.46 | 16.71 | 1.24 |
index_join | 1.44 | 2.3 | 1.6 |
index_join_scan | 1.42 | 1.44 | 1.01 |
index_scan | 34.33 | 30.26 | 0.88 |
oltp_point_select | 0.18 | 0.27 | 1.5 |
oltp_read_only | 3.49 | 5.28 | 1.51 |
select_random_points | 0.33 | 0.59 | 1.79 |
select_random_ranges | 0.37 | 0.62 | 1.68 |
table_scan | 34.33 | 33.12 | 0.96 |
types_table_scan | 74.46 | 108.68 | 1.46 |
reads_mean_multiplier | 1.27 |
Write Tests | MySQL | Dolt | Multiple |
---|---|---|---|
oltp_delete_insert | 8.9 | 6.21 | 0.7 |
oltp_insert | 4.1 | 3.07 | 0.75 |
oltp_read_write | 8.9 | 11.45 | 1.29 |
oltp_update_index | 4.18 | 3.13 | 0.75 |
oltp_update_non_index | 4.18 | 3.07 | 0.73 |
oltp_write_only | 5.67 | 6.21 | 1.1 |
types_delete_insert | 8.28 | 6.55 | 0.79 |
writes_mean_multiplier | 0.87 |
TPC-C TPS Tests | MySQL | Dolt | Multiple |
---|---|---|---|
tpcc-scale-factor-1 | 96.01 | 40.05 | 2.4 |
tpcc_tps_multiplier | 2.4 |
Overall Mean Multiple | 1.51 |
---|