>From hbase-default.xml:
<property>
<name>hbase.hregion.memstore.flush.size</name>
<value>67108864</value>
<description>
Memstore will be flushed to disk if size of the memstore
exceeds this number of bytes. Value is checked by a thread that runs
every hbase.server.thread.wakefrequency.
</description>
</property>
Our memstore used to be called memcache.
Why change it?
St.Ack
On Mon, Aug 17, 2009 at 2:42 PM, Adam Silberstein <[email protected]>wrote:
> Hi,
>
> The HBase architecture documentation says that the memcache size is
> configurable. What does it default to? Is this an option I can set in
> conf/hbase-site.xml? If so, does anybody know the syntax?
>
>
>
> Thanks,
>
> Adam
>
>
>
>