Merged PRs
dolt
- 5213: Bh/log query len configuration
Closed Issues
Latency
Read Tests | MySQL | Dolt | Multiple |
---|---|---|---|
covering_index_scan | 1.96 | 2.76 | 1.4 |
groupby_scan | 12.3 | 16.41 | 1.3 |
index_join | 1.18 | 4.65 | 3.9 |
index_join_scan | 1.12 | 3.96 | 3.5 |
index_scan | 30.26 | 52.89 | 1.7 |
oltp_point_select | 0.15 | 0.49 | 3.3 |
oltp_read_only | 2.97 | 8.58 | 2.9 |
select_random_points | 0.3 | 0.75 | 2.5 |
select_random_ranges | 0.35 | 1.14 | 3.3 |
table_scan | 30.81 | 62.19 | 2.0 |
types_table_scan | 69.29 | 189.93 | 2.7 |
reads_mean_multiplier | 2.6 |
Write Tests | MySQL | Dolt | Multiple |
---|---|---|---|
bulk_insert | 0.001 | 0.001 | 1.0 |
oltp_delete_insert | 2.81 | 13.7 | 4.9 |
oltp_insert | 1.42 | 3.13 | 2.2 |
oltp_read_write | 5.09 | 18.61 | 3.7 |
oltp_update_index | 1.47 | 6.32 | 4.3 |
oltp_update_non_index | 1.39 | 7.04 | 5.1 |
oltp_write_only | 2.22 | 9.39 | 4.2 |
types_delete_insert | 2.97 | 14.46 | 4.9 |
writes_mean_multiplier | 3.8 |
Overall Mean Multiple | 3.1 |
---|