You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Joseph (JIRA)" <ji...@apache.org> on 2016/07/27 17:12:20 UTC

[jira] [Updated] (HBASE-15316) Add the ability to cache ROOT_INDEX on reads only

     [ https://issues.apache.org/jira/browse/HBASE-15316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joseph updated HBASE-15316:
---------------------------
    Assignee:     (was: Joseph)

> Add the ability to cache ROOT_INDEX on reads only
> -------------------------------------------------
>
>                 Key: HBASE-15316
>                 URL: https://issues.apache.org/jira/browse/HBASE-15316
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Elliott Clark
>         Attachments: HBASE-15316.patch
>
>
> For larger data sets it's sometimes not needed to fit the entire index in memory ( there can be cold spots in the data, too much data in index, etc). However it's almost always needed to cache the root index. It's always the hottest blocks of the entire region.
> We should allow the root index block to be cached in memory on write. We should also do that by default.



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