sstable-block-size-is-index-interval

Status: IN

`SSTableWriter`'s `block_size` parameter controls the sparse index frequency (one index entry per N records), not a physical byte-aligned block size; records are written contiguously with no padding or alignment to fixed byte boundaries.

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

JSON