You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/use-monitoring/advisor/heavyCompaction.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ If this is the case, you can do one of the following:
14
14
You may start by setting the value ``100``. If read latency is impacted, which indicates that compaction is overly slowed down,
15
15
you can increase the value to reach the balance between the system performance and read latency.
16
16
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>`_).
18
18
As a result, ScyllaDB will compact only the buckets that contain the number of SSTables specified with ``min_threshold``
19
19
or more. See `STCS options <https://docs.scylladb.com/getting-started/compaction/#stcs-options>`_ for details.
0 commit comments