DEFAULT_BLOCK_SIZE
Default block size: 4 KiB, one page.
A block is the smallest unit a read touches, so this is the read amplification of a point lookup. Blocks are filled to at least this size and then closed, so a document larger than a block gets one to itself rather than being split — nothing in the format spans blocks.