btree-page-writes-unbuffered-by-app

Status: IN

`PageManager` has no application-level page cache — every `read_page` reads from the file and every `write_page` writes immediately, relying entirely on the kernel page cache for performance

Source: entries/2026/05/29/topic-o-direct-and-dio.md

JSON