Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
For incrementColumnValue operations, it is possible to check MemStore for the column being incremented without sacrificing correctness. If the column is not found in MemStore, we would then have to do a normal Get that opens/checks all StoreFiles for the given Store.
In practice, this makes increment operations significantly faster for recently/frequently incremented columns.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-3443 ICV optimization to look in memstore first and then store files (HBASE-3082) does not work when deletes are in the mix
- Closed
-
HBASE-2959 Scanning always starts at the beginning of a row
- Closed