You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "T Jake Luciani (JIRA)" <ji...@apache.org> on 2015/11/05 15:14:27 UTC

[jira] [Created] (CASSANDRA-10654) Make MV streaming rebuild parallel

T Jake Luciani created CASSANDRA-10654:
------------------------------------------

             Summary: Make MV streaming rebuild parallel
                 Key: CASSANDRA-10654
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10654
             Project: Cassandra
          Issue Type: Improvement
            Reporter: T Jake Luciani
             Fix For: 3.x


When streaming a sstable that is a base table for one or more materialized views we force the data through the mutation path to ensure the MVs are updated.

We currently do this sequentially so it's a bottleneck.  We should do this in parallel.  We want to be smart to not saturate the mutations in the non-bootstrap case.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)