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:
Michael Stack 2009-05-31 23:42:00 +00:00
parent 2b47c15286
commit e7afa8643f
1 changed files with 7 additions and 7 deletions

View File

@ -324,6 +324,13 @@
if you have small cells and want faster random-access of individual cells. if you have small cells and want faster random-access of individual cells.
</description> </description>
</property> </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> <property>
<name>hbase.hstore.blockCache.blockSize</name> <name>hbase.hstore.blockCache.blockSize</name>
<value>16384</value> <value>16384</value>
@ -394,11 +401,4 @@
mode flag is stored at /hbase/safe-mode. mode flag is stored at /hbase/safe-mode.
</description> </description>
</property> </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> </configuration>