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 64
64
``.estimatedTotalBytes ``
65
65
- integer
66
66
- Estimated total number of bytes to be copied globally by all
67
- ``mongosync `` instances during the initial copying of collections.
67
+ ``mongosync `` instances during the initial copying of
68
+ collections.
69
+
70
+ .. note ::
71
+
72
+ ``mongosync `` approximates the estimated total number of bytes
73
+ prior to migration and does not update this value during the
74
+ synchronization process. This value does not reflect changes
75
+ made to the source cluster during sync and is not an accurate
76
+ indicator of migration progress.
68
77
69
78
* - ``collectionCopy ``
70
79
``.estimatedCopiedBytes ``
78
87
and divide the result by the value of the ``estimatedTotalBytes `` field
79
88
. Then, multiply the result by 100.
80
89
90
+ .. note ::
91
+
92
+ The value of ``estimatedCopiedBytes `` may be larger than the
93
+ value of the ``estimatedTotalBytes `` due to retried operations.
94
+ A comparison of ``estimatedTotalBytes `` and
95
+ ``estimatedCopiedBytes `` is not an accurate indicator of
96
+ migration progress.
97
+
81
98
* - ``directionMapping ``
82
99
- object
83
100
- Describes the mapping direction for the synchronization, namely
You can’t perform that action at this time.
0 commit comments