Merged PRs
dolt
Closed Issues
Latency
Read Tests | MySQL | Dolt | Multiple |
---|---|---|---|
covering_index_scan | 2.0 | 2.91 | 1.5 |
groupby_scan | 12.75 | 17.63 | 1.4 |
index_join | 1.25 | 5.0 | 4.0 |
index_join_scan | 1.18 | 4.25 | 3.6 |
index_scan | 31.94 | 59.99 | 1.9 |
oltp_point_select | 0.16 | 0.53 | 3.3 |
oltp_read_only | 3.07 | 9.22 | 3.0 |
select_random_points | 0.32 | 0.83 | 2.6 |
select_random_ranges | 0.37 | 1.21 | 3.3 |
table_scan | 32.53 | 65.65 | 2.0 |
types_table_scan | 74.46 | 204.11 | 2.7 |
reads_mean_multiplier | 2.7 |
Write Tests | MySQL | Dolt | Multiple |
---|---|---|---|
bulk_insert | 0.001 | 0.001 | 1.0 |
oltp_delete_insert | 2.66 | 11.87 | 4.5 |
oltp_insert | 1.3 | 3.07 | 2.4 |
oltp_read_write | 5.28 | 17.95 | 3.4 |
oltp_update_index | 1.34 | 5.67 | 4.2 |
oltp_update_non_index | 1.3 | 6.09 | 4.7 |
oltp_write_only | 2.18 | 8.74 | 4.0 |
types_delete_insert | 2.71 | 13.46 | 5.0 |
writes_mean_multiplier | 3.7 |
Overall Mean Multiple | 3.1 |
---|