You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2015/09/12 02:07:45 UTC

[jira] [Created] (HBASE-14418) Make better SEEK vs SKIP decision with seek hints.

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)