Skip to content

Commit 68ce03c

Browse files
authored
Merge pull request #177 from ltran-mdb2/DOCSP-33788
DOCSP-33788-migration-indexes
2 parents c60a138 + 4d14bba commit 68ce03c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

source/jobs/sync-jobs.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,27 @@ To enable idempotent inserts for documents and embedded arrays, set
5454
``user.properties`` file. Enabling idempotency may have substantial
5555
performance impact on large jobs.
5656

57+
Indexes
58+
~~~~~~~
59+
60+
Relational Migrator creates new `indexes
61+
<https://www.mongodb.com/docs/manual/indexes/>`_ in your MongoDB
62+
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 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
71+
indexes:
72+
73+
- `Create an Index <https://www.mongodb.com/docs/manual/core/indexes/create-index/>`_
74+
- `Drop an Index <https://www.mongodb.com/docs/manual/core/indexes/drop-index/>`_
75+
- `db.collection.getIndexes <https://www.mongodb.com/docs/manual/reference/method/db.collection.getIndexes>`_
76+
77+
5778
Get Started
5879
-----------
5980

0 commit comments

Comments
 (0)