Go Performance Case Studies



Dolt DB is the world's first SQL database that you can branch and merge, push and pull, fork and clone just like a git repository.



We built Dolt's storage engine from the ground up to make these operations fast. Writing a row storage engine and a SQL execution engine isn't easy. There's a reason that most people don't even attempt it, but at DoltHub we're built different.



Today we're going to review several case studies of performance problems we ran into while benchmarking Dolt to get row access to be as fast as MySQL. Every case study is a real performance problem we encountered and fixed.



https://www.dolthub.com/blog/2022-10-14-golang-performance-case-studies