This is the fascinating story of how researchers used Bloom filters cleverly to make SQLite 10x faster for analytical queries. These are my five-minute notes on the paper SQLite: Past, Present, and Future| avi.im
Researchers at the University of Helsinki and Cambridge attempted to build a faster SQLite using modern programming paradigms like io_uring and disaggregated storage. They demonstrate up to a 100x reduction in tail latency. These are my notes.| blag
A deep dive into the reasons behind us rewriting our software stack| turso.tech
The SQLite Bytecode Engine| www.sqlite.org
Small. Fast. Reliable.| www.sqlite.org