Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.94.5
-
None
-
Reviewed
Description
Lazy seek helps to reduce the real seek needed for multi hfile, when the kv from newer hfile is enough to satisfy the query.
While in many case, it just push the real seek later, and do not reduce the number of real seek. e.g. there are only one hfile, or storefilescanner is closed and only one left, or the scan need to go through all the versions, or there are only one version of row and a sequence scan is performed. In these case, lazy seek just bring extra overhead.
Attachments
Attachments
Issue Links
- depends upon
-
HBASE-8012 Reseek should position to the beginning of file for the first time it is invoked with a KV smaller than the first KV in file
- Closed
- is related to
-
HBASE-4433 avoid extra next (potentially a seek) if done with column/row
- Closed
-
HBASE-4465 Lazy-seek optimization for StoreFile scanners
- Closed