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

stack commented on HBASE-16436:
-------------------------------

 How we going to do the CellChunkMap implementation. Is there a writeup/patch 
anywhere yet? (I'm digging through the issues and don't see one -- I may have 
missed a patch). Per Cell entry in the Index, we will have a reference to the 
Cell, then its chunkid, offset and length? If a Cell's backing array moves from 
one chunk to another, do we reinstantiate the Cell at this time or just do it 
lazily on first read? (Or could we Scan Cells in their flat form w/o having to 
instantiate instances?).

Would be cool if CellChunkMap could be done out of hbase-common only easily 
testable standalone (Should make CellArrayMap do this too).

> Add the CellChunkMap variant
> ----------------------------
>
>                 Key: HBASE-16436
>                 URL: https://issues.apache.org/jira/browse/HBASE-16436
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: ramkrishna.s.vasudevan
>
> This sub-task is specifically to add the CellChunkMap created by [~anastas] 
> and [~eshcar] with specific tests and integrate it with the in memory 
> flush/compaction flow. 



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

Reply via email to