put-append-only

Status: IN

`put` never modifies existing on-disk data; overwrites create a new record appended to the active segment and update only the in-memory index, leaving old records as reclaimable garbage until compaction

Source: entries/2026/05/29/log-structured-hash-table-bitcask-put.md

JSON