Sebastian Estevez created CASSANDRA-10399:
---------------------------------------------

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

Reply via email to