7073f69993
M hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java optimize Add doc on what is being optimized. Also, if a Get Scan, do not optimize else we'll keep going after our row is DONE. Another place to make use of the Get Scan fact is when we are DONE.. if Get Scan, we can close out the scan. M hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestStoreScanner.java Add tests for Get Scans and optimize around block loading. |
||
---|---|---|
.. | ||
src | ||
pom.xml |