Show HN: Turbolite — Rust SQLite VFS Serving Sub-250ms Cold JOIN Queries Directly from S3
Russell Romney / Hacker News·medium signal
Turbolite is an experimental Rust-based SQLite VFS that B-tree-introspects pages, eagerly loads interior nodes into cache, and serves point lookups and joins directly from S3 with sub-250ms cold latency. Default configuration: 256 pages per group (~16MB at 64KB pages), with page-level zstd compression and AES-256 encryption at rest. At 148 points and 38 comments on HN, practitioners are discussing its potential for serverless analytics and edge data access patterns.