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

MV read-before-write can be omitted for some operations

    XMLWordPrintableJSON

Details

    Description

      A view that has the same fields in the primary key as its base table (i call it a congruent key), does not require read-before-writes except:

      • Range deletes
      • Partition deletes

      If the view uses filters on non-pk columns either a rbw is required or a write that does not match the filter has to be turned into a delete. In doubt I'd stay with the current behaviour and to a rbw.

      Attachments

        Activity

          People

            Unassigned Unassigned
            brstgt Benjamin Roth
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: