Dolt is as Fast as MySQL on Sysbench

GOLANG
2 min read

Dolt is the world’s first version-controlled relational database. It’s as if MySQL and Git had a baby; with Dolt you can branch, fork, clone, merge, and diff your relational data. Over the course of several years, we’ve been hard at work bringing down our sysbench numbers. Now, 5 years later, we have finally reached parity with MySQL!

Mean Multiplier 0.99

Here’s a graph of our progress over the years. Dolt vs MySQL Graph

This illustrates the mean read and mean write latency multiples of Dolt against MySQL. Early on, our benchmarks and performance were pretty erratic, but eventually we found our groove.

Here are our most recent read/write latency results:

benchmarkmysql_latencydolt_latencymult
covering_index_scan1.860.550.3
groupby_scan13.711.870.87
index_join1.51.931.29
index_join_scan1.471.340.91
index_scan34.3322.690.66
oltp_point_select0.20.271.35
oltp_read_only38.25.281.38
select_random_points0.350.581.66
select_random_ranges0.390.571.46
table_scan34.9528.160.81
types_table_scan75.8265.650.87
oltp_delete_insert8.436.430.76
oltp_insert4.183.190.76
oltp_read_write9.2211.651.26
oltp_update_index4.253.250.76
oltp_update_non_index4.183.190.76
oltp_write_only5.286.321.2
types_delete_insert8.436.910.82
overall_mean_read_write_mult0.99

Conclusion#

Dolt is a version-controlled database that performs (on average) just as well as MySQL on Sysbench. This doesn’t end here though; we can always go faster, and we need to prevent performance regressions. Try out Dolt yourself, and feel free to file any performance issues. If you just want to chat, feel free to join our Discord.

JOIN THE DATA EVOLUTION

Get started with Dolt

Or join our mailing list to get product updates.