Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-12299

Store tombstone links into separate BPlus tree to avoid partition full-scan during tombstones remove

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.8
    • None
    • cache
    • None
    • Docs Required, Release Notes Required

    Description

      Currently, we can't identify which keys are tombstones in the partition fastly. To collect tombstones we need to make a full-scan BPlus tree. It can slowdown node performance when rebalance is finished and tombstones cleanup is needed. We can introduce a separate BPlus tree (like for TTL) inside partition where we can store links to tombstone keys. When tombstones cleanup is needed we can make a fast scan for tombstones using the only a subset of the keys stored to this tree.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jokser Pavel Kovalenko
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: