[
https://issues.apache.org/jira/browse/HBASE-7323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ramkrishna.s.vasudevan resolved HBASE-7323.
-------------------------------------------
Resolution: Duplicate
See HBASE-10801.
> add Cell interface to SeekerState and BufferedEncodedSeeker
> -----------------------------------------------------------
>
> Key: HBASE-7323
> URL: https://issues.apache.org/jira/browse/HBASE-7323
> Project: HBase
> Issue Type: Sub-task
> Components: Compaction, Performance, regionserver, Scanners
> Affects Versions: 0.95.2
> Reporter: Matt Corgan
> Attachments: HBASE-7323-SeekerState-Cell-v1.patch
>
>
> SeekerState is the staging site for a Cell while it is being assembled by the
> BufferedEncodedSeeker. When the parent StoreFileScanner calls
> getCurrentCell() it's guaranteed that the Cell is fully assembled, and we can
> directly return the SeekerState as a Cell rather than copying it into a
> KeyValue. A benchmark at the StoreFileScanner level show ~50% faster
> cells/sec than when copying to KeyValues (ignoring garbage collection).
--
This message was sent by Atlassian JIRA
(v6.2#6252)