How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

How Fast Is DoltLite?

calendar_today June 8, 2026 person Tim Sehn domain dolthub

A couple months ago, we released DoltLite , a free open-source drop-in replacement for SQLite with Dolt -style version control features. DoltLite works by ripping out SQLite’s B-Tree storage engine and replacing it with a content-addressed Prolly Tree , the same data structure that powers Dolt. We’ve been benchmarking Dolt against MySQL for years using sysbench . Recently, Dolt got faster than…

open_in_new Read original post