Skip to content

Commit

Permalink
schema: replace outdated comment on default compaction strategy
Browse files Browse the repository at this point in the history
Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>
Message-Id: <20211104210043.199156-1-raphaelsc@scylladb.com>
  • Loading branch information
raphaelsc authored and nyh committed Nov 4, 2021
1 parent 5e52858 commit 4950ce5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions schema.hh
Original file line number Diff line number Diff line change
Expand Up @@ -637,8 +637,7 @@ private:
int32_t _max_index_interval = 2048;
int32_t _memtable_flush_period = 0;
speculative_retry _speculative_retry = ::speculative_retry(speculative_retry::type::PERCENTILE, 0.99);
// FIXME: SizeTiered doesn't really work yet. Being it marked here only means that this is the strategy
// we will use by default - when we have the choice.
// This is the compaction strategy that will be used by default on tables which don't have one explicitly specified.
sstables::compaction_strategy_type _compaction_strategy = sstables::compaction_strategy_type::size_tiered;
std::map<sstring, sstring> _compaction_strategy_options;
bool _compaction_enabled = true;
Expand Down

0 comments on commit 4950ce5

Please sign in to comment.