DELETE TOMBSTONE Table
DELETE TOMBSTONE
table is a marker for a deleted record to
distinguish it from a record, which never existed. A DELETE
TOMBSTONE
table contains at minimum the key columns and
operation timestamp. This information is required for delete convergence
because some incoming updates and inserts may be delayed from another site
and the incoming LCR needs to be filtered against the tombstone operation
timestamp to determine whether it should be applied.