On Thu, Oct 13, 2011 at 8:17 AM, Norbert Burger <[email protected]>wrote:

> Thanks Ted, I created https://issues.apache.org/jira/browse/HBASE-4586.
>
> In the ticket, I mentioned setting hbase.client.write.buffer as a
> workaround, but unfortunately it doesn't seem that autoflush (which I
> imagine has a bigger impact on write performance) isn't exposed.
>
>
Configuring this would make no difference at all without turning off auto
flush since the thrift API also doesn't allow mutations on multiple rows in
the same batch.

BTW, can your app support the semantics of having auto flush off? What's
your use case like?

J-D

Reply via email to