[
https://issues.apache.org/jira/browse/HBASE-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12665966#action_12665966
]
Erik Holstad commented on HBASE-80:
-----------------------------------
The planned layout for the cache is to keep the cache at the HRegionServer
level so that you set the amount of memory that you for each HRS.
Are planning to use a special HashMap that is memory sensitive and keeps track
of the used memory for the cache at every point and kicks entries whenever
needed.
The harder thing to discuss and talk about is how and what kind of data that
would be
best to store. For example if we want to store a query->result or if a
HStoreKey ->
Cell schema will make better use of the memory.
All thought and comments are welcome!
> [hbase] Add a cache of 'hot' cells
> ----------------------------------
>
> Key: HBASE-80
> URL: https://issues.apache.org/jira/browse/HBASE-80
> Project: Hadoop HBase
> Issue Type: Improvement
> Components: regionserver
> Reporter: stack
> Assignee: Erik Holstad
> Priority: Minor
> Fix For: 0.20.0
>
> Attachments: cache.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.