Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-12965

Enhance the delete option to pass Filters

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 0.98.10
    • None
    • API, Deletes, Filters
    • None

    Description

      Scan having the option to pass FIlters and filter the rows based on the filter.
      But for deleting rows, there is no easy way to pass the filters to Delete Object.

      We can do that using below three approach
      1) Scan the records and create list of Delete object and do the delete. This needs iteration in client side.
      2) Writing map reduce
      3) BulkDeleteEndPoint

      If we implement the option of passing filters in Delete Object, then we dont need to worry about option 2 and 3.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ishajaha IMRANKHAN SHAJAHAN
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: