Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Looking at PrefixFilter, I have noticed that it doesn't use the SEEK_NEXT_USING_HINT mechanism.
AFAICT, we could safely set the the prefix as a next row hint, which could be a huge performance win.
Of course, ideally the user would set the scan startRow to the prefix, which avoids the problem, but the user may forget to do that, or may use the filter in a filterList that doesn't allow for setting the start/stop rows close tho the prefix.
Attachments
Issue Links
- relates to
-
HBASE-28634 There is a possibility that data cannot be obtained during reverse fuzzy query.
- Patch Available
- links to