Discussion about this post

User's avatar
Cuong Le's avatar

Thanks for the introduction to Turso. I care a lot about database development in Rust, and somehow I didn’t know about this project. To truly “beat” SQLite, Turso still has a long way to go though. SQLite is battle-tested, and memory safety is only one part of what a database has to get right.

I tried to find benchmarks across various workloads (read-heavy, write-heavy, mixed, concurrency stress, crash recovery), but there aren’t any yet. Still, Turso looks promising, especially for multi-writer transactions, since SSDs are pretty much the default on devices nowadays.

Expand full comment

No posts