On Wed, Aug 9, 2017 at 2:15 AM, Hua Jiang <
5451v...@gmail.com> wrote:
> I created the table with compaction = { 'class':
> 'LeveledCompactionStrategy', 'enabled': false }, but it doesn't seem to
> work. Compaction I/O queue activity is still spotted at high level while
> loading data into scylla.
Hi,
enabled option isn't supported yet, but compaction can be disabled by
setting class to NullCompactionStrategy.
>
> cqlsh> desc ycsb;
>
> CREATE KEYSPACE ycsb WITH replication = {'class': 'SimpleStrategy',
> 'replication_factor': '1'} AND durable_writes = true;
>
> CREATE TABLE ycsb.k64 (
> y_id text PRIMARY KEY,
> field0 text
> ) WITH bloom_filter_fp_chance = 0.01
> AND caching = '{"keys":"ALL","rows_per_partition":"ALL"}'
> AND comment = ''
> AND compaction = {'enabled': 'false', 'class':
> 'LeveledCompactionStrategy'}
> AND compression = {'sstable_compression':
> 'org.apache.cassandra.io.compress.LZ4Compressor'}
> 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 = '99.0PERCENTILE';
>
> --
> You received this message because you are subscribed to the Google Groups
> "ScyllaDB users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
scylladb-user...@googlegroups.com.
> To post to this group, send email to
scyllad...@googlegroups.com.
> Visit this group at
https://groups.google.com/group/scylladb-users.
> To view this discussion on the web visit
>
https://groups.google.com/d/msgid/scylladb-users/3bb43d9e-f733-42b1-9fae-297f907ecbb5%40googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.