Skip to content
This repository was archived by the owner on May 1, 2025. 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
19 changes: 18 additions & 1 deletion source/includes/api/tables/progress-response.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,16 @@
``.estimatedTotalBytes``
- integer
- Estimated total number of bytes to be copied globally by all
``mongosync`` instances during the initial copying of collections.
``mongosync`` instances during the initial copying of
collections.

.. note::

``mongosync`` approximates the estimated total number of bytes
prior to migration and does not update this value during the
synchronization process. This value does not reflect changes
made to the source cluster during sync and is not an accurate
indicator of migration progress.

* - ``collectionCopy``
``.estimatedCopiedBytes``
Expand All @@ -72,6 +81,14 @@
and divide the result by the value of the ``estimatedTotalBytes`` field
. Then, multiply the result by 100.

.. note::

The value of ``estimatedCopiedBytes`` may be larger than the
value of the ``estimatedTotalBytes`` due to retried operations.
A comparison of ``estimatedTotalBytes`` and
``estimatedCopiedBytes`` is not an accurate indicator of
migration progress.

* - ``directionMapping``
- object
- Describes the mapping direction for the synchronization, namely
Expand Down