no-fixed-block-boundaries-in-sstable

Status: IN

Both SSTable implementations write variable-length records contiguously with no fixed-size block structure, making mid-file resynchronization after corruption impossible — a corrupted length field causes the reader to consume all subsequent valid records as garbage.

Source: entries/2026/05/29/topic-block-based-wal-format.md

JSON