[
https://issues.apache.org/jira/browse/HBASE-16436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15609420#comment-15609420
]
stack commented on HBASE-16436:
-------------------------------
Forgot that Anoop points out length is not needed since can use offsets for
that.
Found a CellChunkMap implementation here in the SECOND! patch only as
CellBlockSerialized:
https://issues.apache.org/jira/secure/attachment/12794742/HBASE-14921-V02.patch
Is there a reference to the actual Cell instance missing from the
CellBlockSerialized implementation? The index item seems to only point at the
serialized form of the Cell but for for reading/sorting/scanning the Cell,
we'll need an instance (or a smarter scanner, one that can work w/ the
serialized form).
> 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)