From 0db48c066f0eee099f5750d93a035657062fa5f5 Mon Sep 17 00:00:00 2001 From: Tzach Livyatan Date: Sun, 2 Feb 2025 16:12:31 +0200 Subject: [PATCH] add default value for compaction_enforce_min_threshold --- docs/source/use-monitoring/advisor/heavyCompaction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/use-monitoring/advisor/heavyCompaction.rst b/docs/source/use-monitoring/advisor/heavyCompaction.rst index 36be70a79d..15d2e8b6aa 100644 --- a/docs/source/use-monitoring/advisor/heavyCompaction.rst +++ b/docs/source/use-monitoring/advisor/heavyCompaction.rst @@ -14,7 +14,7 @@ If this is the case, you can do one of the following: You may start by setting the value ``100``. If read latency is impacted, which indicates that compaction is overly slowed down, you can increase the value to reach the balance between the system performance and read latency. -* Enforce ``min_threshold`` by setting ``compaction_enforce_min_threshold: true`` in the ``scylla.yml`` configuration file. +* Enforce ``min_threshold`` by setting ``compaction_enforce_min_threshold: true`` in the ``scylla.yml`` configuration file (`default is False `_). As a result, ScyllaDB will compact only the buckets that contain the number of SSTables specified with ``min_threshold`` or more. See `STCS options `_ for details.