Skip to content

Commit cd542f1

Browse files
committed
DOCSP-33788 adding links
1 parent 1f64f17 commit cd542f1

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

source/jobs/sync-jobs.txt

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,22 @@ performance impact on large jobs.
5757
Indexes
5858
~~~~~~~
5959

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.
6465

6566
Relational Migrator does not create new indexes in the relational
6667
database.
6768

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+
6876

6977
Get Started
7078
-----------

0 commit comments

Comments
 (0)