Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.
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
8 changes: 4 additions & 4 deletions src/config/compaction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ Compaction Daemon Rules

.. code-block:: none

(sizes.disk - sizes.active) / sizes.disk * 100
(sizes.file - sizes.active) / sizes.file * 100

The sizes.active and sizes.disk values can be obtained when
The sizes.active and sizes.file values can be obtained when
querying :http:get:`/{db}`.

- ``view_fragmentation``: If the ratio of legacy data, including metadata,
Expand All @@ -80,9 +80,9 @@ Compaction Daemon Rules

.. code-block:: none

(sizes.disk - sizes.active) / sizes.disk * 100
(sizes.file - sizes.active) / sizes.file * 100

The sizes.active and sizes.disk values can be obtained when querying a
The sizes.active and sizes.file values can be obtained when querying a
:ref:`view group's information URI <api/ddoc/info>`.

- ``from`` and ``to``: The period for which a database (and its view group)
Expand Down