Thanks. Related question is that is disabling and dropping a table efficient? compared with deleting large number of rows (assuming number of rows to be deleted is the same as number of rows in the table to be disabled and dropped). Thanks!
On Wed, Nov 5, 2014 at 4:19 PM, Ted Yu <[email protected]> wrote: > Please take a look > at > hbase-examples/src/main/java/org/apache/hadoop/hbase/coprocessor/example/BulkDeleteEndpoint.java > > Cheers > > On Wed, Nov 5, 2014 at 4:15 PM, Kenneth Chan <[email protected]> wrote: > > > Hi, > > > > What's recommended/efficient way to delete large number of rows based on > > filter/query? > > > > Thanks > > Kenneth > > >
