btree-wal-entry-includes-full-page

Status: IN

Each B-tree WAL entry is `16 + page_size` bytes (12-byte header with seq/page_num/data_len, full page image, 4-byte CRC32), making WAL writes the dominant cost for small key-value updates

Source: entries/2026/05/29/topic-write-amplification-measurement.md

JSON