tags:

views:

8

answers:

0

Is there a way to send a batch of hbase puts, compressed.

I'm setting auto flush to false and I'm using a bufferSize of 2MG. Is there a way to compress the puts in order to send more puts in one batch.

Thank,