Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 1a37608

Browse files
committed
changing table
1 parent bda591f commit 1a37608

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

source/reference/verification.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
104107
The specific method you use to verify your data depends on your
105108
application workload and the complexity of the data.
106109

0 commit comments

Comments
 (0)