@@ -16,13 +16,11 @@ CREATE TABLE gocqlx_table.loads (
16
16
AND compaction = {' class' :' TimeWindowCompactionStrategy' ,' compaction_window_size' :' 14' ,' compaction_window_unit' :' DAYS' }
17
17
AND compression = {' sstable_compression' :' org.apache.cassandra.io.compress.LZ4Compressor' }
18
18
AND crc_check_chance = 1
19
- AND dclocal_read_repair_chance = 0
20
19
AND default_time_to_live = 0
21
20
AND gc_grace_seconds = 864000
22
21
AND max_index_interval = 2048
23
22
AND memtable_flush_period_in_ms = 0
24
23
AND min_index_interval = 128
25
- AND read_repair_chance = 0
26
24
AND speculative_retry = ' 99.0PERCENTILE' ;
27
25
28
26
CREATE TABLE gocqlx_table .monkeyspecies (
@@ -36,13 +34,11 @@ CREATE TABLE gocqlx_table.monkeyspecies (
36
34
AND compaction = {' class' :' SizeTieredCompactionStrategy' }
37
35
AND compression = {' sstable_compression' :' org.apache.cassandra.io.compress.LZ4Compressor' }
38
36
AND crc_check_chance = 1
39
- AND dclocal_read_repair_chance = 0
40
37
AND default_time_to_live = 0
41
38
AND gc_grace_seconds = 864000
42
39
AND max_index_interval = 2048
43
40
AND memtable_flush_period_in_ms = 0
44
41
AND min_index_interval = 128
45
- AND read_repair_chance = 1
46
42
AND speculative_retry = ' 99.0PERCENTILE' ;
47
43
48
44
CREATE TABLE gocqlx_table .timeline (
@@ -59,13 +55,11 @@ CREATE TABLE gocqlx_table.timeline (
59
55
AND compaction = {' class' :' LeveledCompactionStrategy' }
60
56
AND compression = {' sstable_compression' :' org.apache.cassandra.io.compress.LZ4Compressor' }
61
57
AND crc_check_chance = 1
62
- AND dclocal_read_repair_chance = 0
63
58
AND default_time_to_live = 0
64
59
AND gc_grace_seconds = 864000
65
60
AND max_index_interval = 2048
66
61
AND memtable_flush_period_in_ms = 0
67
62
AND min_index_interval = 128
68
- AND read_repair_chance = 0
69
63
AND speculative_retry = ' 99.0PERCENTILE' ;
70
64
71
65
CREATE TABLE gocqlx_table .users_picture (
@@ -81,11 +75,9 @@ CREATE TABLE gocqlx_table.users_picture (
81
75
AND compaction = {' class' :' SizeTieredCompactionStrategy' }
82
76
AND compression = {' sstable_compression' :' org.apache.cassandra.io.compress.LZ4Compressor' }
83
77
AND crc_check_chance = 1
84
- AND dclocal_read_repair_chance = 0
85
78
AND default_time_to_live = 0
86
79
AND gc_grace_seconds = 864000
87
80
AND max_index_interval = 2048
88
81
AND memtable_flush_period_in_ms = 0
89
82
AND min_index_interval = 128
90
- AND read_repair_chance = 0
91
83
AND speculative_retry = ' 99.0PERCENTILE' ;
0 commit comments