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

Alexander Dejanovski commented on CASSANDRA-10399:
--------------------------------------------------

This ticket should be closed as CASSANDRA-10857 already removed the use of 
COMPACT STORAGE throughout the whole codebase for 4.0.

> Create default Stress tables without compact storage 
> -----------------------------------------------------
>
>                 Key: CASSANDRA-10399
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10399
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Sebastian Estevez
>            Assignee: mck
>            Priority: Minor
>              Labels: stress
>             Fix For: 4.x
>
>
> ~$ 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
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to