[
https://issues.apache.org/jira/browse/HBASE-13448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14497536#comment-14497536
]
ramkrishna.s.vasudevan edited comment on HBASE-13448 at 4/16/15 4:23 AM:
-------------------------------------------------------------------------
[~anoop.hbase]
So can we try caching only these four
{code}
private short rowLength = -1;
private int qualLength = -1;
private int keyLength = -1;
private byte famLength = -1;
{code}
as we did in BufferBackedCell in HBASE-11425. Not sure on impact/benefit. Just
saying.
{edit}
Not sure on impact/benefit. Just saying. I mean the change that we would get
considering the V1 version of this patch.
{edit}
was (Author: ram_krish):
[~anoop.hbase]
So can we try caching only these four
{code}
private short rowLength = -1;
private int qualLength = -1;
private int keyLength = -1;
private byte famLength = -1;
{code}
as we did in BufferBackedCell in HBASE-11425. Not sure on impact/benefit. Just
saying.
> 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)