You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2014/07/24 02:20:38 UTC

[jira] [Created] (HBASE-11581) Add option so CombinedBlockCache L2 can be null (fscache)

stack created HBASE-11581:
-----------------------------

             Summary: Add option so CombinedBlockCache L2 can be null (fscache)
                 Key: HBASE-11581
                 URL: https://issues.apache.org/jira/browse/HBASE-11581
             Project: HBase
          Issue Type: New Feature
          Components: BlockCache
            Reporter: stack
            Priority: Minor


Add option, mostly for comparison's sake, that allows a deploy orchestrated by CombinedBlockCache such that its L1 is LruBlockCache for META blocks but DATA blocks are fetched each time (we don't try and cache them, no blockcache churn).

In operation, i can see fscache coming around to cover the fetched DATA blocks such that if the DATA blocks fit in fscache, seeks go to zero.

This setup for sure runs slower.  Will publish numbers elsewhere.  Meantime, here is a patch to enable this option.



--
This message was sent by Atlassian JIRA
(v6.2#6252)