File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,22 @@ performance impact on large jobs.
57
57
Indexes
58
58
~~~~~~~
59
59
60
- Relational Migrator creates new indexes in your MongoDB collection to
61
- supplement the migration process. For best performance, review the
62
- indexes in your collection after migration to ensure that they
63
- best fit your query patterns.
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,
63
+ review the indexes in your collection after migration to ensure that
64
+ they best fit your query patterns.
64
65
65
66
Relational Migrator does not create new indexes in the relational
66
67
database.
67
68
69
+ See the following pages for more information on revewing your collection
70
+ indexes:
71
+
72
+ - `Create an Index <https://www.mongodb.com/docs/manual/core/indexes/create-index/>`_
73
+ - `Drop an Index <https://www.mongodb.com/docs/manual/core/indexes/drop-index/>`_
74
+ - `db.collection.getIndexes <https://www.mongodb.com/docs/manual/reference/method/db.collection.getIndexes>`_
75
+
68
76
69
77
Get Started
70
78
-----------
You can’t perform that action at this time.
0 commit comments