To be more specific, I was thinking of a recommended number of deletes per batch. For example I need to delete 200.000 rows, should I delete them in several batches or all at once? (I've noticed that some problems appear for lists containing more than 100.000 deletes)
On Wed, May 25, 2011 at 4:27 PM, Lucian Iordache < [email protected]> wrote: > Hello, > > I have to make a lot of deletes from a hbase table, so I use the batch > method, providing a list of Delete objects. > Is there any limit for the number of Deletes to send in a batch? > > -- > Regards, > Lucian >
