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

search/remove shouldn't need to check key size

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • WT2.7.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      The WiredTiger btree cursor search and remove functions check the size of the key to ensure it's not too large. Looking over the code paths, I don't think there's any reason we need to check the size of the key, if it's too large, the search will fail, and that's OK.

            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: