You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "T Jake Luciani (JIRA)" <ji...@apache.org> on 2015/09/28 18:38:04 UTC

[jira] [Comment Edited] (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=14933538#comment-14933538 ] 

T Jake Luciani edited comment on CASSANDRA-10399 at 9/28/15 4:37 PM:
---------------------------------------------------------------------

You can just use a yaml file like [this|https://gist.github.com/tjake/3186dec175b015d9f5b9]


was (Author: tjake):
You can just use a yaml file like [this|https://gist.github.com/tjake/3186dec175b015d9f5b]

> 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)