As the new range bounded cursor functionality provides a superset of the prefix search near functionality we will deprecate the prefix search near functionality. This will require co-ordination with a SERVER engineer to:
- Begin utilising the new range bounded cursor API in the SERVER.
- Deprecate the API in WT.
- Remove tests which use it, rename any prefix search python tests to be in the correct order.
- is depended on by
-
WT-9901 Investigate restoring the cursor position while doing search near to avoid visiting already seen records.
- Closed