How can I perform efficient Deletions in Accumulo across multiple ranges? -


i have index table following schema:

row   cf    cq name  pob   dob 

how efficiently delete multiple rows (i.e. john doe:new york:01/01/75 , jane doe:miami:06/21/80)?

use batchdeleter , setranges of range (rows) want delete

https://accumulo.apache.org/1.7/apidocs/org/apache/accumulo/core/client/batchdeleter.html


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -