[
https://issues.apache.org/jira/browse/HBASE-17836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15942332#comment-15942332
]
Anoop Sam John commented on HBASE-17836:
----------------------------------------
There is one diff u can note. There is addition of Bytes.SIZEOF_INT in
CellUtil method. Ya we can fix CellUtil method to check for ExtendedCell
> CellUtil#estimatedSerializedSizeOf is slow when input is ByteBufferCell
> -----------------------------------------------------------------------
>
> Key: HBASE-17836
> URL: https://issues.apache.org/jira/browse/HBASE-17836
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 2.0.0
> Reporter: Chia-Ping Tsai
> Priority: Minor
> Fix For: 2.0.0
>
>
> We call CellUtil#estimatedSerializedSize to calculate the size of rows when
> scanning. If the input is ByteBufferCell, the
> CellUtil#estimatedSerializedSizeOf parses many length components to get the
> qualifierLength stored in the backing buffer.
> We should consider using the KeyValueUtil#getSerializedSize.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)