wal-record-length-excludes-own-prefix

Status: IN

The `record_length` field counts 21 + len(key) + len(value) bytes — everything after the 4-byte length prefix itself — so total on-disk size per record is `record_length + 4`.

Source: entries/2026/05/28/write-ahead-log-wal-_encode_record.md

JSON