[
https://issues.apache.org/jira/browse/HBASE-13448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14539665#comment-14539665
]
Anoop Sam John commented on HBASE-13448:
----------------------------------------
Table with CF and testing with 3 rows and 3 cells in each row
Scan with out ExplicitColumnTracker and no stop row specified
|Method|First cell in first row|First cell in other rows|Other cells|
|getRowOffset|3|6|1|
|getRowLength|6|9|4|
|getFamilyOffset|2|2|2|
|getFamilyLength|1|1|1|
|getQualifierOffset|1|1|1|
|getQualifierLength|1|1|1|
|getTimestamp|1|1|1|
|getTypeByte|2|2|2|
|getValueLength|4|4|4|
|#getKeyLength|6|6|6|
> New Cell implementation with cached component offsets/lengths
> -------------------------------------------------------------
>
> Key: HBASE-13448
> URL: https://issues.apache.org/jira/browse/HBASE-13448
> Project: HBase
> Issue Type: Sub-task
> Components: Scanners
> Reporter: Anoop Sam John
> Assignee: Anoop Sam John
> Fix For: 2.0.0
>
> Attachments: HBASE-13448.patch, HBASE-13448_V2.patch, gc.png, hits.png
>
>
> This can be extension to KeyValue and can be instantiated and used in read
> path.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)