This repository was archived by the owner on May 1, 2025. It is now read-only.
File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -92,15 +92,18 @@ source to the destination cluster.
92
92
and replica sets that use MongoDB 4.4 or earlier
93
93
releases, since the document field order can vary.
94
94
95
- * - :ref:`Custom or Manual Verification <c2c-custom-manual-verification>`
96
- - Different types of data require different methods of verification.
97
-
98
95
* - :ref:`Migration Verifier <c2c-migration-verifier>`
99
96
- Migration Verifier connects to the source and destination
100
97
clusters and performs a series of verification checks,
101
98
comparing documents, views, and indexes to confirm the
102
99
sync was successful.
103
100
101
+ * - :ref:`Custom or Manual Verification <c2c-custom-manual-verification>`
102
+ - Different types of data require different methods of verification. You can
103
+ can use custom or manual verification to verify :ref:`documents <c2c-document-comparison>`,
104
+ :ref: `indexes <c2c-index-comparison>`, :ref: `metadata <c2c-metadata-comparison>`,
105
+ and `shard keys <c2c-shardkey-comparison>`.
106
+
104
107
The specific method you use to verify your data depends on your
105
108
application workload and the complexity of the data.
106
109
You can’t perform that action at this time.
0 commit comments