[ 
https://issues.apache.org/jira/browse/CASSANDRA-6039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Ellis resolved CASSANDRA-6039.
---------------------------------------

    Resolution: Not A Problem

Don't call newRow with the same key over and over, and you won't have this 
problem.
                
> creating sstable by SSTableSimpleUnsortedWriter for CompositeType is too slow.
> ------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-6039
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6039
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>         Environment: jdk7
>            Reporter: koray sariteke
>
> Creating sstable for composite type is too slow. Dig into code and seems that 
> inserting into TreeMapBackedSortedColumns takes too much time after a while.
> Similar table is like:
> CREATE TABLE demodb (
>   id long,
>   time long,
>   login int,
>   desc text,
>   active boolean
>   PRIMARY KEY (id, time)
> )
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to