You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2015/05/05 16:41:07 UTC

[jira] [Updated] (CASSANDRA-9301) can not insert properly for compound primary key

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

Philip Thompson updated CASSANDRA-9301:
---------------------------------------
    Description: 
have a table like 
{code}
CREATE TABLE tickdata (
    key text,
    signal_time bigint,
    quantity bigint,
    PRIMARY KEY (key, signal_time)
    ) WITH
    compaction={'sstable_size_in_mb': '160', 'class': 'LeveledCompactionStrategy'} AND
    compression={'sstable_compression': 'LZ4Compressor'};{code}


Tried many times for 3 million data and same data(49 data) are not inserted. Increase data frequency but result dont change.


  was:
have a table like 
CREATE TABLE tickdata (
    key text,
    signal_time bigint,
    quantity bigint,
    PRIMARY KEY (key, signal_time)
    ) WITH
    compaction={'sstable_size_in_mb': '160', 'class': 'LeveledCompactionStrategy'} AND
    compression={'sstable_compression': 'LZ4Compressor'};


Tried many times for 3 million data and same data(49 data) are not inserted. Increase data frequency but result dont change.



> can not insert properly for compound primary key
> ------------------------------------------------
>
>                 Key: CASSANDRA-9301
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9301
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>         Environment: cassandra 2.1.3, oracle jdk 1.7, linux
>            Reporter: koray sariteke
>
> have a table like 
> {code}
> CREATE TABLE tickdata (
>     key text,
>     signal_time bigint,
>     quantity bigint,
>     PRIMARY KEY (key, signal_time)
>     ) WITH
>     compaction={'sstable_size_in_mb': '160', 'class': 'LeveledCompactionStrategy'} AND
>     compression={'sstable_compression': 'LZ4Compressor'};{code}
> Tried many times for 3 million data and same data(49 data) are not inserted. Increase data frequency but result dont change.



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