Building a PostgreSQL-Compatible Database in Rust: Page-Based Storage and Buffer Pool
Why I'm building Vaultgres—a PostgreSQL-compatible database in Rust—to explore database internals beyond CRUD apps. Deep dive into page-based storage, buffer pool management, and the challenges of implementing WAL-compatible storage with AI-assisted development.