Benchmarks and Metrics
Last updated
Was this helpful?
Last updated
Was this helpful?
Dolt publishes benchmarks for its correctness and performance relative to other relational databases. Additional benchmarks will be added over time.
To learn more, click on a subsection heading.
tests Dolt's query engine against the sqllogictest
suite for correctness issues.
uses sysbench
to compare Dolt's read and write latencies against MySQL.
uses a custom benchmark to compare Dolt's bulk import performance against MySQL's LOAD DATA
command's performance.