Skip to content

Commit 11c6cbb

Browse files
authored
Merge pull request #2470 from tzach/heavyCompaction-fix
add default value for compaction_enforce_min_threshold
2 parents 01ac533 + 0db48c0 commit 11c6cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/use-monitoring/advisor/heavyCompaction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If this is the case, you can do one of the following:
1414
You may start by setting the value ``100``. If read latency is impacted, which indicates that compaction is overly slowed down,
1515
you can increase the value to reach the balance between the system performance and read latency.
1616

17-
* Enforce ``min_threshold`` by setting ``compaction_enforce_min_threshold: true`` in the ``scylla.yml`` configuration file.
17+
* Enforce ``min_threshold`` by setting ``compaction_enforce_min_threshold: true`` in the ``scylla.yml`` configuration file (`default is False <https://docs.scylladb.com/manual/stable/reference/configuration-parameters.html#confval-compaction_enforce_min_threshold>`_).
1818
As a result, ScyllaDB will compact only the buckets that contain the number of SSTables specified with ``min_threshold``
1919
or more. See `STCS options <https://docs.scylladb.com/getting-started/compaction/#stcs-options>`_ for details.
2020

0 commit comments

Comments
 (0)