Lars Hofhansl created HBASE-14418:
-------------------------------------
Summary: Make better SEEK vs SKIP decision with seek hints.
Key: HBASE-14418
URL: https://issues.apache.org/jira/browse/HBASE-14418
Project: HBase
Issue Type: Sub-task
Reporter: Lars Hofhansl
Continuation of parent.
We can also do this optimization for seek hints. This would allow filters and
coprocessors to be more liberal with seek hints, as seeking when unnecessary is
less of perf detriment.
It's not quite as clear cut, since in order to check, we actually do need to
create the seek hint Cell. Then when we actually seek, we need to create it
again. Need to test carefully.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)