File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff 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
5555performance 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+
5778Get Started
5879-----------
5980
You can’t perform that action at this time.
0 commit comments