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

More general single-row Condition Mutation

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Abandoned
    • 1.0.0
    • None
    • None
    • None

    Description

      Currently, the checkAndDelete and checkAndPut interface only support atomic mutation with single condition. But in actual apps, we need more general condition-mutation that support multi conditions and logical expression with those conditions.
      For example, to support the following sql

      insert row where (column A == 'X' and column B == 'Y') or (column C == 'z')

      Suggestions are welcomed.

      Attachments

        1. HBASE-11274-v3.diff
          213 kB
          Shaohui Liu
        2. HBASE-11274-trunk-v2.diff
          213 kB
          Shaohui Liu
        3. HBASE-11274-trunk-v1.diff
          204 kB
          Shaohui Liu

        Activity

          People

            Unassigned Unassigned
            liushaohui Shaohui Liu
            Votes:
            0 Vote for this issue
            Watchers:
            9 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: