You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Aleksey Yeschenko (JIRA)" <ji...@apache.org> on 2014/02/06 03:06:10 UTC

[jira] [Created] (CASSANDRA-6662) Sort/reconcile cells in ArrayBackedSortedColumns only when an accessor is called

Aleksey Yeschenko created CASSANDRA-6662:
--------------------------------------------

             Summary: Sort/reconcile cells in ArrayBackedSortedColumns only when an accessor is called
                 Key: CASSANDRA-6662
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6662
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Aleksey Yeschenko
            Assignee: Aleksey Yeschenko
             Fix For: 2.1


To avoid poor performance with huge numbers of cells added out of order (which should be rare, but *can* happen with certain batch scenarios) we should make ABSC only sort/reconcile its cells when an actual accessor is actually called, delaying sorting until the very end.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)