Skip to content

Record tombstone for deleted keys #30

Description

@hpatro

Tombstones can live in a per-database hashtable (key -> version), because a deleted key has no object to hang a version on. Tombstones are required for correctness: without one, a deleted key reads as version 0 and an older concurrent write from the peer resurrects it. It can be garbage-collected by age which bounds how long a link may stay down before deletes can be lost.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions