-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: APIs
Allowing an implementation of WT_CURSOR::search that doesn't result in a positioned cursor would allow for some optimizations in that case.
We should add a new configuration option to WT_SESSION::open_cursor that causes search operations performed on that cursor to leave the cursor unpositioned on return. The option may be called unpositioned_search, with a default of false to keep the existing behavior.