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

Improve the speed of Hbase Thirft Batch mutation for deletes

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      A batch mutate operation does both puts and deletes. Batch mutate for put uses table.put(puts) however batch mutate for delete loops over all deletes and calls table.delete for every single cell. This causes delete performance to degrade.

      Attachments

        1. 7827-trunk.txt
          0.7 kB
          Ted Yu
        2. hbase_7827.patch
          0.8 kB
          Shivendra Pratap Singh

        Activity

          People

            shiven Shivendra Pratap Singh
            shiven Shivendra Pratap Singh
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: