Posts tagged "sqlite"

The Covering Index Paradox

Apr 10, 2025
9 min read

SQLite index performance gap explained by B-tree height difference.

Building a Fast and Compact SQLite Cache Store

Jul 24, 2024
4 min read

bun:sqlite combined with Msgpackr serialization, an efficient solution for building fast and compact cache stores.