Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-6470

Start counting tombstones with WT_TXN_NONE as deleted entries

    • Type: Icon: Build Failure Build Failure
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • 5

      We have code that tracks when a page has a lot of deleted entries associated with it, and tries to force evict that page. We do that because it's inefficient to skip many deleted entries every time a page is looked at.

      For historical reasons related to the lookaside file we've excluded tombstones (deletes) that have a WT_TXN_NONE transaction ID. See WT-3768 for details.

      We should revisit that decision now that we don't have the lookaside file any longer.

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            alexander.gorrod@mongodb.com Alexander Gorrod
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: