Hi Erik,

I have only a small amount of data, something between 1500 e 3000 documents.
Is there a way to force a flush of those documents?

1500 to 3000 is the number of new documents that the application I'm
currently working on inserts everyday, so I think it would be nice to flush
them all to disk at least once a day.

Thanks!
Lucas



On Wed, Jun 17, 2009 at 1:28 PM, Erik Holstad <erikhols...@gmail.com> wrote:

> Hi Lucas!
> Just a quick thought. Do you have a lot of data in your cluster or just a
> few things in there?
> If you don't have that much data in HBase it might not have been flushed to
> disk/HDFS yet
> and therefore only sits in the internal memcache in HBase, so when your
> machines are turned
> of, that data is lost.
>
> Regards Erik
>

Reply via email to