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

Add a leaf or internal page type flag to the WT_REF structure

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT10.0.0, 4.4.0-rc0, 4.7.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • 5
    • Storage Engines 2020-02-24

      Currently, random-cursor and checkpoint threads of control crack the WT_REF.addr fields to determine if the page is a leaf page or an internal page to decide if the page needs to be read into cache. This requires locking.

      Replace that locking and work with a flag in the WT_REF structure that indicates if the page is a leaf page or not.

            Assignee:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Reporter:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: