File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
src/java/org/apache/cassandra/db/compaction Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -1004,10 +1004,11 @@ column_index_cache_size: 2KiB
10041004
10051005# Default compaction strategy, applied when a table's parameters do not
10061006# specify compaction.
1007- # The default is to use SizeTieredCompactionStrategy, with its default
1008- # threshold of 4 sstables.
10091007# The selected compaction strategy will also apply to system tables.
10101008#
1009+ # The default is to use SizeTieredCompactionStrategy, with its default
1010+ # compaction parameters.
1011+ #
10111012# default_compaction:
10121013# class_name: UnifiedCompactionStrategy
10131014# parameters:
Original file line number Diff line number Diff line change 11<!--
2+ # Licensed to the Apache Software Foundation (ASF) under one
3+ # or more contributor license agreements. See the NOTICE file
4+ # distributed with this work for additional information
5+ # regarding copyright ownership. The ASF licenses this file
6+ # to you under the Apache License, Version 2.0 (the
7+ # "License"); you may not use this file except in compliance
8+ # with the License. You may obtain a copy of the License at
29#
3- # Copyright DataStax, Inc.
4- #
5- # Licensed under the Apache License, Version 2.0 (the "License");
6- # you may not use this file except in compliance with the License.
7- # You may obtain a copy of the License at
8- #
9- # http://www.apache.org/licenses/LICENSE-2.0
10+ # http://www.apache.org/licenses/LICENSE-2.0
1011#
1112# Unless required by applicable law or agreed to in writing, software
1213# distributed under the License is distributed on an "AS IS" BASIS,
1314# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1415# See the License for the specific language governing permissions and
1516# limitations under the License.
16- #
1717-->
1818
1919# Unified compaction strategy (UCS)
You can’t perform that action at this time.
0 commit comments