[
https://issues.apache.org/jira/browse/HBASE-13448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14529952#comment-14529952
]
Anoop Sam John commented on HBASE-13448:
----------------------------------------
Done some count in different read scenarios. Per cell, the call form different
offset/length comes this way
Scan All Columns
----------------------------
|getRowOffset|6|
|getRowLength|9|
|getFamilyOffset|2|
|getFamilyLength|1|
|getQualifierOffset|1|
|getQualifierLength|1|
|getTimestamp|1|
|getTypeByte|2|
|getValueLength|4|
Scan with column select (ExplicitColTracker)
----------------------------------------------------------
|getRowOffset|19|
|getRowLength|40|
|getFamilyOffset|14|
|getFamilyLength|14|
|getQualifierOffset|1|
|getQualifierLength|7|
|getTimestamp|1|
|getTypeByte|5|
|getValueLength|4|
Get case
--------------
|getRowOffset|9|
|getRowLength|37|
|getFamilyOffset|22|
|getFamilyLength|11|
|getQualifierOffset|6|
|getQualifierLength|6|
|getTimestamp|2|
|getTypeByte|3|
|getValueOffset|1|
|getValueLength|3|
> 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
> Attachments: HBASE-13448.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)