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

A batch statements on a single partition should not create a new CF object for each update

    XMLWordPrintableJSON

Details

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

    Description

      BatchStatement creates a new ColumnFamily object (as well as a new RowMutation object) for every update in the batch, even if all those update are actually on the same partition. This is particularly inefficient when bulkloading data into a single partition (which is not all that uncommon).

      Attachments

        1. 6737.2.patch
          10 kB
          Benedict Elliott Smith
        2. 6737.txt
          10 kB
          Sylvain Lebresne

        Activity

          People

            slebresne Sylvain Lebresne
            slebresne Sylvain Lebresne
            Sylvain Lebresne
            Benedict Elliott Smith
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: