How append-only survives a crash
The interesting moment in any storage engine is kill -9 in the middle of a write. ScrivaDB’s crash story is three unglamorous rules — append-only, truncate the torn tail on open, and CRC32C every record — that together mean a crash can cost you the last write but never a record that was already there.