Skip to content

add default value for compaction_enforce_min_threshold #2470

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/use-monitoring/advisor/heavyCompaction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.scylladb.com/manual/stable/reference/configuration-parameters.html#confval-compaction_enforce_min_threshold>`_).
As a result, ScyllaDB will compact only the buckets that contain the number of SSTables specified with ``min_threshold``
or more. See `STCS options <https://docs.scylladb.com/getting-started/compaction/#stcs-options>`_ for details.