[
https://issues.apache.org/jira/browse/HBASE-9769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13796345#comment-13796345
]
Lars Hofhansl commented on HBASE-9769:
--------------------------------------
Another idea I had was to make use of the column family's VERSIONS setting. If
it is "small" use INCLUDE and SKIP in the ExplicitColumnTracker, otherwise use
INCLUDE_AND_SEEK_NEXT_COL and SEEK_NEXT_COL. In my tests this yields a nice
improvement bringing ExplicitColumnTracker on par with
ScanWildcardColumnTracker. For now I defined "small" as 10, but that needs to
be tested more.
> Improve performance of a Scanner with explicit column list when rows are
> small/medium size
> ------------------------------------------------------------------------------------------
>
> Key: HBASE-9769
> URL: https://issues.apache.org/jira/browse/HBASE-9769
> Project: HBase
> Issue Type: Improvement
> Components: Scanners
> Affects Versions: 0.98.0, 0.94.12, 0.96.0
> Reporter: Vladimir Rodionov
> Assignee: Vladimir Rodionov
>
--
This message was sent by Atlassian JIRA
(v6.1#6144)