For questions about how the tombstone feature of a data-store or database works, or about how to implement such functionality.
A tombstone is a marker or flag used to indicate that a record has been deleted, as a substitute for actually deleting the record and immediately reclaiming the space it used. SQLServer, Microsoft Synchronization Services and Cassandra use tombstones.
Using tombstones can improve execution speed, at the cost of increased storage space.