Hello,
I am scaning hbase a table with Scan and I am using PrefixFilter. As I understand, it scans the whole table and run the filter on every row. But why it does not stop after finding row without the desired prefix? If it did not find the prefix, if should return true in filterAllRemaining calling. Combining this with possible specifing the start row in Scan object, one can very fast filter only rows with the desired prefix.

I am using hbase 0.20 from trunk.

Regards

Matus Zamborsky

Reply via email to