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

replace existing walk code with calls to __wt_tree_np

    • Type: Icon: Task Task
    • Resolution: Done
    • WT1.0
    • Affects Version/s: None
    • Component/s: None

      The tree-walk code written for cursors, __wt_tree_np(), should replace the existing tree-walk functions – it's simpler.

      One open question: how does eviction avoid evicting the last page returned to it, that is, the one that anchors the eviction thread's position in the tree? The same problem will apply to using __wt_tree_np(), we need to move 1 past the last page we're considering for eviction, because a page anchors our place in the tree.

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

              Created:
              Updated:
              Resolved: