You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sebastian Estevez (JIRA)" <ji...@apache.org> on 2015/09/28 19:54:05 UTC

[jira] [Commented] (CASSANDRA-10399) Create default Stress tables without compact storage

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

Sebastian Estevez commented on CASSANDRA-10399:
-----------------------------------------------

Yes, I can also manually create the table without COMPACT STORAGE. I guess my point was we shouldn't use compact storage by default.

> Create default Stress tables without compact storage 
> -----------------------------------------------------
>
>                 Key: CASSANDRA-10399
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10399
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Sebastian Estevez
>            Priority: Minor
>
> ~$ cassandra-stress write
> {code}
> cqlsh> desc TABLE keyspace1.standard1
> CREATE TABLE keyspace1.standard1 (
>     key blob PRIMARY KEY,
>     "C0" blob,
>     "C1" blob,
>     "C2" blob,
>     "C3" blob,
>     "C4" blob
> ) WITH COMPACT STORAGE
>     AND caching = '{"keys":"ALL", "rows_per_partition":"NONE"}'
>     AND comment = ''
>     AND compaction = {'class': 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy'}
>     AND compression = {}
>     AND dclocal_read_repair_chance = 0.1
>     AND default_time_to_live = 0
>     AND gc_grace_seconds = 864000
>     AND max_index_interval = 2048
>     AND memtable_flush_period_in_ms = 0
>     AND min_index_interval = 128
>     AND read_repair_chance = 0.0
>     AND speculative_retry = 'NONE';
> {code}



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