HBASE-1192 LRU-style map for the block cache
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@780528 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2b47c15286
commit
e7afa8643f
|
@ -324,6 +324,13 @@
|
|||
if you have small cells and want faster random-access of individual cells.
|
||||
</description>
|
||||
</property>
|
||||
<property>
|
||||
<name>hfile.block.cache.size</name>
|
||||
<value>50000000</value>
|
||||
<description>
|
||||
The size of the block cache used by HFile/StoreFile. Set to 0 to disable.
|
||||
</description>
|
||||
</property>
|
||||
<property>
|
||||
<name>hbase.hstore.blockCache.blockSize</name>
|
||||
<value>16384</value>
|
||||
|
@ -394,11 +401,4 @@
|
|||
mode flag is stored at /hbase/safe-mode.
|
||||
</description>
|
||||
</property>
|
||||
<property>
|
||||
<name>hfile.block.cache.size</name>
|
||||
<value>50000000</value>
|
||||
<description>
|
||||
The size of the block cache used by HFile/StoreFile. Set to 0 to disable.
|
||||
</description>
|
||||
</property>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue