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
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