I hit slow query problem with PrefixFilter
After looking at
Should I use prefixfilter or rowkey range scan in HBase
and
I see that PrefixFilter
is doing full table scan, then I would want to ask, since startRowKey
and stopRowKey
works fast, what's the point for HBase to provide the PrefixFilter
API, I think this filter API should not exist at all, or when could I use PrefixFilter
?