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

SSTableSimpleUnsortedWriter take long time when inserting big rows

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 0.8.5
    • None
    • None

    Description

      In SSTableSimpleUnsortedWriter, when dealing with rows having a lot of columns, if we call newRow several times (to flush data as soon as possible), the time taken by the newRow() call is increasing non linearly. This is because when newRow is called, we merge the size increasing existing CF with the new one.

      Attachments

        1. SSTableSimpleUnsortedWriter-v2.patch
          1 kB
          Benoit Perroud
        2. SSTableSimpleUnsortedWriter.patch
          1 kB
          Benoit Perroud
        3. 3122.patch
          8 kB
          Sylvain Lebresne

        Activity

          People

            slebresne Sylvain Lebresne
            bperroud Benoit Perroud
            Sylvain Lebresne
            Jonathan Ellis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: