tombstone term
marker recording a deletion in an append-only store
You can't actually 'delete' from an append-only log — you write a marker that says 'this key is deleted.' Tombstones get cleaned up during compaction. Cassandra tombstone overload is a famous failure mode.