Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
The problem is that when seeking for the row/col in the hfile, we will go to top of the row in order to check for row delete marker (delete family). However, if the bloomfilter is enabled for the column family, then if a delete family operation is done on a row, the row is already being added to bloomfilter. We can take advantage of this factor to avoid seeking to the top of row.
Attachments
Attachments
Issue Links
- is required by
-
HBASE-4532 Avoid top row seek by dedicated bloom filter for delete family bloom filter
- Closed
- requires
-
HBASE-4465 Lazy-seek optimization for StoreFile scanners
- Closed