You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Tupshin Harper (JIRA)" <ji...@apache.org> on 2014/06/27 17:49:24 UTC

[jira] [Commented] (CASSANDRA-7463) Update CQLSSTableWriter to allow parallel writing of SSTables on the same table within the same JVM

    [ https://issues.apache.org/jira/browse/CASSANDRA-7463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046082#comment-14046082 ] 

Tupshin Harper commented on CASSANDRA-7463:
-------------------------------------------

Since we push people towards doing SSTableLoading for fast import, and since the CQLSSTableWriter is the new shiny way to create sstables, we need to make it easy to generate sstables in parallel. High priority, imo.

> Update CQLSSTableWriter to allow parallel writing of SSTables on the same table within the same JVM
> ---------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-7463
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7463
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Johnny Miller
>
> Currently it is not possible to programatically write multiple SSTables for the same table in parallel using the CQLSSTableWriter. This is quite a limitation and the workaround of attempting to do this in a separate JVM is not a great solution.
> See: http://stackoverflow.com/questions/24396902/using-cqlsstablewriter-concurrently



--
This message was sent by Atlassian JIRA
(v6.2#6252)