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

Implement cursor bound checking for cursor next / prev.

    • Type: Icon: New Feature New Feature
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.1.0-rc0, WT11.1.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • 13
    • Storage - Ra 2022-05-30, Storage - Ra 2022-06-13, Storage Engines - 2022-06-27, Storage Engines - 2022-07-11

      Cursor->next and cursor->prev should both check against the provided bounds to determine if they can early exit. Ideally this can be implemented with a single or two functions. Each taking a the CBT.

      Scope:

      • Implement this logic for row-store and column-store.
      • Add two statistics, one for early exit on next and one for prev.
      • Ensure it works with collators.
      • Write python tests to validate.
      • Turn on CppSuite stress test.

            Assignee:
            clarisse.cheah@mongodb.com Clarisse Cheah
            Reporter:
            luke.pearson@mongodb.com Luke Pearson
            Jie Chen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: