mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 20:27:03 +00:00
system keyspace: set compaction strategy options for system.hints
This is the last system table that needed parameters. All them are now devoid of fixmes Signed-off-by: Glauber Costa <glommer@cloudius-systems.com>
This commit is contained in:
@@ -77,11 +77,9 @@ schema_ptr hints() {
|
||||
utf8_type,
|
||||
// comment
|
||||
"hints awaiting delivery"
|
||||
// FIXME: the original Java code also had:
|
||||
// operations on resulting CFMetaData:
|
||||
// .compactionStrategyOptions(Collections.singletonMap("enabled", "false"))
|
||||
)));
|
||||
builder.set_gc_grace_seconds(0);
|
||||
builder.set_compaction_strategy_options({{ "enabled", "false" }});
|
||||
return builder.build(schema_builder::compact_storage::yes);
|
||||
}();
|
||||
return hints;
|
||||
|
||||
Reference in New Issue
Block a user