Uploaded image for project: 'Apache Cassandra'
  1. Apache Cassandra
  2. CASSANDRA-336

Merge batchmutation types and support batched deletes

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Normal
    • Resolution: Fixed
    • 0.6
    • None
    • None

    Description

      I need all possible mutations to be able to be bundled into a generic batchMutation, and sent as one operation.

      In the absence of database constraints, this gives you all the benefits of transactions with none of the implementation pain. All I care about is whether a bundle of updates reaches the server atomically, mitigating issues with unreliable client VMs, and allowing the client to "roll back" a set of operations by merely discarding the batch.

      Attachments

        Activity

          People

            jmhodges Jeff Hodges
            eweaver Evan Weaver
            Jeff Hodges
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: