Merged PRs
dolt
go-mysql-server
Closed Issues
Latency
Read Tests | MySQL | Dolt | Multiple |
---|---|---|---|
covering_index_scan | 2.11 | 2.81 | 1.3 |
groupby_scan | 12.98 | 17.63 | 1.4 |
index_join | 1.34 | 5.0 | 3.7 |
index_join_scan | 1.27 | 2.07 | 1.6 |
index_scan | 34.95 | 62.19 | 1.8 |
oltp_point_select | 0.17 | 0.43 | 2.5 |
oltp_read_only | 3.3 | 7.7 | 2.3 |
select_random_points | 0.32 | 0.73 | 2.3 |
select_random_ranges | 0.39 | 0.87 | 2.2 |
table_scan | 34.95 | 62.19 | 1.8 |
types_table_scan | 75.82 | 173.58 | 2.3 |
reads_mean_multiplier | 2.1 |
Write Tests | MySQL | Dolt | Multiple |
---|---|---|---|
oltp_delete_insert | 5.57 | 5.88 | 1.1 |
oltp_insert | 2.66 | 2.97 | 1.1 |
oltp_read_write | 7.17 | 14.73 | 2.1 |
oltp_update_index | 2.76 | 3.02 | 1.1 |
oltp_update_non_index | 2.76 | 2.97 | 1.1 |
oltp_write_only | 3.89 | 7.3 | 1.9 |
types_delete_insert | 5.47 | 6.55 | 1.2 |
writes_mean_multiplier | 1.4 |
Overall Mean Multiple | 1.7 |
---|