You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Rick Branson (JIRA)" <ji...@apache.org> on 2014/01/10 19:38:50 UTC

[jira] [Created] (CASSANDRA-6569) Batchlog replays copy the entire batchlog table into the heap

Rick Branson created CASSANDRA-6569:
---------------------------------------

             Summary: Batchlog replays copy the entire batchlog table into the heap
                 Key: CASSANDRA-6569
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6569
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: Rick Branson
            Assignee: Aleksey Yeschenko


The current batchlog replay path will read the entire batchlog table into the heap. This is pretty bad. This was compounded by CASSANDRA-5762, which caused the SELECT statement used by the batchlog replay to bring the entire row into memory instead of just the selected columns.



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