[ 
https://issues.apache.org/jira/browse/HBASE-14921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15221276#comment-15221276
 ] 

Anoop Sam John commented on HBASE-14921:
----------------------------------------

I see..  
CellBlockSerialized  extends CellBlock..  So 2 impls of the CellBlock.  Hmm 
good..  
If we use the Cell[] way, per Cell we have more overhead.  I was having concern 
abt this.  That is why in 10713, I went with plain byte[] way of serialization 
and for speed up of seek used a TreeMap..  Ya if more entries in TreeMap the 
speed of seek is more but more overhead. If less entries we have lesser 
overhead..
CellBlock makes it possible for whatever way of serialization we need.  This is 
good. I like it.

> Memory optimizations
> --------------------
>
>                 Key: HBASE-14921
>                 URL: https://issues.apache.org/jira/browse/HBASE-14921
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 2.0.0
>            Reporter: Eshcar Hillel
>            Assignee: Anastasia Braginsky
>         Attachments: CellBlocksSegmentInMemStore.pdf, 
> CellBlocksSegmentinthecontextofMemStore(1).pdf, HBASE-14921-V01.patch, 
> HBASE-14921-V02.patch
>
>
> Memory optimizations including compressed format representation and offheap 
> allocations



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to