bitcask-crc-validated-on-read-only

Status: IN

In the log-structured hash table, CRC32 validation occurs only during `get()` and `_scan_segment()`; writes compute and store the CRC but never verify it back, so a corrupted write is not caught until read time

Source: entries/2026/05/29/topic-bitcask-binary-format.md

JSON