J
jeremy
Video
Append-Only Logs and Hash Indexes in Database Storage
An append-only log is an immutable storage abstraction in which writes are restricted to sequential appends, never in-place modification or deletion, and this immutability is what enables constant-ti…