Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
0.89-fb
-
None
Description
This is to address the linear reseek in MemStoreScanner. Currently reseek iterates over the kvset and the snapshot linearly by just calling next repeatedly. The new solution is to do this linear seek up to a configurable maximum amount of times then if the seek is not yet complete fall back to logarithmic seek.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-9778 Add hint to ExplicitColumnTracker to avoid seeking
- Closed