File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
source/includes/api/tables Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 58
58
``.estimatedTotalBytes ``
59
59
- integer
60
60
- Estimated total number of bytes to be copied globally by all
61
- ``mongosync `` instances during the initial copying of collections.
61
+ ``mongosync `` instances during the initial copying of
62
+ collections.
63
+
64
+ .. note ::
65
+
66
+ ``mongosync `` approximates the estimated total number of bytes
67
+ prior to migration and does not update this value during the
68
+ synchronization process. This value does not reflect changes
69
+ made to the source cluster during sync and is not an accurate
70
+ indicator of migration progress.
62
71
63
72
* - ``collectionCopy ``
64
73
``.estimatedCopiedBytes ``
72
81
and divide the result by the value of the ``estimatedTotalBytes `` field
73
82
. Then, multiply the result by 100.
74
83
84
+ .. note ::
85
+
86
+ The value of ``estimatedCopiedBytes `` may be larger than the
87
+ value of the ``estimatedTotalBytes `` due to retried operations.
88
+ A comparison of ``estimatedTotalBytes `` and
89
+ ``estimatedCopiedBytes `` is not an accurate indicator of
90
+ migration progress.
91
+
75
92
* - ``directionMapping ``
76
93
- object
77
94
- Describes the mapping direction for the synchronization, namely
You can’t perform that action at this time.
0 commit comments