You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "koray sariteke (JIRA)" <ji...@apache.org> on 2013/09/17 14:32:51 UTC

[jira] [Commented] (CASSANDRA-6039) creating sstable by SSTableSimpleUnsortedWriter for CompositeType is too slow.

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

koray sariteke commented on CASSANDRA-6039:
-------------------------------------------

How may i assign that ticket to me? could not find the field.
                
> 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