Merged PRs
dolt
- 6417: Coercing check constraint expressions to boolean results
Fixes #6411 - 6415: Allow sql-client to get the username from the config file
Previously the --user option was forced forsql-client
which is overly strict since users can provide it in a config.yaml file. - 6404: Don't panic when attempting to publish metrics if config is unparsable
Currently if you have an unparsable config_global.json, we print a message say as much, then produce a panic attempting to use the config to print metrics. This just drops the attempt to produce the metrics.
Closed Issues
- 6411: Check constraint evaluation in merge should coerce values to true/false
Latency
Read Tests | MySQL | Dolt | Multiple |
---|---|---|---|
covering_index_scan | 2.11 | 3.02 | 1.4 |
groupby_scan | 13.22 | 18.28 | 1.4 |
index_join | 1.25 | 4.74 | 3.8 |
index_join_scan | 1.21 | 2.3 | 1.9 |
index_scan | 32.53 | 57.87 | 1.8 |
oltp_point_select | 0.14 | 0.48 | 3.4 |
oltp_read_only | 2.71 | 8.28 | 3.1 |
select_random_points | 0.31 | 0.81 | 2.6 |
select_random_ranges | 0.37 | 1.18 | 3.2 |
table_scan | 33.12 | 57.87 | 1.7 |
types_table_scan | 73.13 | 167.44 | 2.3 |
reads_mean_multiplier | 2.4 |
Write Tests | MySQL | Dolt | Multiple |
---|---|---|---|
bulk_insert | 0.001 | 0.001 | 1.0 |
oltp_delete_insert | 4.65 | 5.77 | 1.2 |
oltp_insert | 2.26 | 2.91 | 1.3 |
oltp_read_write | 6.09 | 15.83 | 2.6 |
oltp_update_index | 2.35 | 2.97 | 1.3 |
oltp_update_non_index | 2.43 | 2.91 | 1.2 |
oltp_write_only | 3.43 | 7.56 | 2.2 |
types_delete_insert | 4.74 | 6.67 | 1.4 |
writes_mean_multiplier | 1.5 |
Overall Mean Multiple | 2.0 |
---|