We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd542f1 commit 4d14bbaCopy full SHA for 4d14bba
source/jobs/sync-jobs.txt
@@ -59,11 +59,12 @@ Indexes
59
60
Relational Migrator creates new `indexes
61
<https://www.mongodb.com/docs/manual/indexes/>`_ in your MongoDB
62
-collection to supplement the migration process. For best performance,
+collections to supplement the migration process. For best performance,
63
review the indexes in your collection after migration to ensure that
64
-they best fit your query patterns.
+they best fit your application usage patterns.
65
66
Relational Migrator does not create new indexes in the relational
67
+database. Relational Migrator has read-only access to your source
68
database.
69
70
See the following pages for more information on revewing your collection
0 commit comments