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

stack commented on HBASE-16438:
-------------------------------

So we are talking about going from active CSLS to an immutable segment flush? 
Just this case?  And without a copy as described in step #7 in this doc 
https://issues.apache.org/jira/secure/attachment/12792492/CellBlocksSegmentinthecontextofMemStore%281%29.pdf

 Here, our index -- the CSLS -- does not include reference to the backing 
'chunk'.  We'd stamp a Cell with its containing chunk to save our having to 
copy from one chunk to another as part of the flush from active segment to 
immutable?

> Create a cell type so that chunk id is embedded in it
> -----------------------------------------------------
>
>                 Key: HBASE-16438
>                 URL: https://issues.apache.org/jira/browse/HBASE-16438
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 2.0.0
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>
> For CellChunkMap we may need a cell such that the chunk out of which it was 
> created, the id of the chunk be embedded in it so that when doing flattening 
> we can use the chunk id as a meta data. More details will follow once the 
> initial tasks are completed. 



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

Reply via email to