Concept
Append-only
Append-only describes a storage discipline where new data is added and existing records are never modified or deleted in place. Think of a git commit log or a Kafka topic: you write forward, and history stays fixed.
The rest of “Append-only” is a premium feature: every concept in the library gets a precise, practitioner-focused write-up like this one, cross-linked straight from the paper summaries that use it.
Log in to unlock→