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

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

Ya on using the chunk from MSLAB for storing the meta data (2 ints)  am also 
not totally against it.  Ya it has its own adv. On demand on heap byte[] if we 
used, ya if smaller cells, we will have more such and so more meta data.  Also 
considering the fact that this compacted in memory CellBlock may last some 
time, it is not really short lived object and in most chance get promoted to 
old space also.  So on demand creation may cause more GC issues (Considering 
CMS here).. So MSLAB chunk make all sense.. Only worry was large cells.  Ya let 
us test more here.

> 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