You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2015/08/06 07:29:04 UTC

[jira] [Updated] (HBASE-14188) Read path optimizations after HBASE-11425 profiling

     [ https://issues.apache.org/jira/browse/HBASE-14188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ramkrishna.s.vasudevan updated HBASE-14188:
-------------------------------------------
    Attachment: setSeqId.png

A profiler snapshot when using CellUtil.setSequenceId() in the hot path.

> Read path optimizations after HBASE-11425 profiling
> ---------------------------------------------------
>
>                 Key: HBASE-14188
>                 URL: https://issues.apache.org/jira/browse/HBASE-14188
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Scanners
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>         Attachments: setSeqId.png
>
>
> This subtask deals with some improvments that can be done in the read path (scans) after the changes for HBASE-11425 went in.
> -> Avoid CellUtil.setSequenceId in hot path.
> -> Use BBUtils in the MultibyteBuff.
> -> Use ByteBuff.skip() API in HFileReader rather than MultiByteBuff.position().



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)