You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2018/04/24 16:59:01 UTC

[jira] [Commented] (HBASE-19506) Support variable sized chunks from ChunkCreator

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

stack commented on HBASE-19506:
-------------------------------

[~anastas] Should we backport this to branch-2?

> Support variable sized chunks from ChunkCreator
> -----------------------------------------------
>
>                 Key: HBASE-19506
>                 URL: https://issues.apache.org/jira/browse/HBASE-19506
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Anastasia Braginsky
>            Assignee: Anastasia Braginsky
>            Priority: Major
>             Fix For: 3.0.0
>
>         Attachments: HBASE-19506-V01.patch, HBASE-19506-V02.patch, HBASE-19506-V03.patch, HBASE-19506-V04.patch, HBASE-19506-V05.patch, HBASE-19506-V06.patch, HBASE-19506-V07.patch, HBASE-19506-V08.patch, HBASE-19506-V09.patch
>
>
> When CellChunkMap is created it allocates a special index chunk (or chunks) where array of cell-representations is stored. When the number of cell-representations is small, it is preferable to allocate a chunk smaller than a default value which is 2MB.
> On the other hand, those "non-standard size" chunks can not be used in pool. On-demand allocations in off-heap are costly. So this JIRA is about to investigate the trade of between memory usage and the final performance. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)