This repository was archived by the owner on May 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 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.
9292 and replica sets that use MongoDB 4.4 or earlier
9393 releases, since the document field order can vary.
9494
95- * - :ref:`Custom or Manual Verification <c2c-custom-manual-verification>`
96- - Different types of data require different methods of verification.
97-
9895 * - :ref:`Migration Verifier <c2c-migration-verifier>`
9996 - Migration Verifier connects to the source and destination
10097 clusters and performs a series of verification checks,
10198 comparing documents, views, and indexes to confirm the
10299 sync was successful.
103100
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+
104107The specific method you use to verify your data depends on your
105108application workload and the complexity of the data.
106109
You can’t perform that action at this time.
0 commit comments