-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
Execution Team 2024-03-04, Execution Team 2024-09-16, Execution Team 2024-09-30
After SERVER-68380 is merged, our index cursors will always use bounded cursors in WiredTiger. As bounded cursors accept an inclusive/exclusive parameter, we can use this API instead of requiring callers to specify discriminators to KeyStrings for seeking.
This would greatly simplify query code complexity. The performance implications are unclear.
- related to
-
SERVER-68380 Always use bounded WT cursors instead of search_near
- Closed