Skip to content

Commit d4e24cb

Browse files
Merge pull request #204 from nvillahermosa-mdb/DOCSP-42126-Atlas-performance-guidance
DOCSP-42126 Atlas performance guidance
2 parents fbe5e26 + 9eea2ed commit d4e24cb

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

source/jobs/creating-jobs.txt

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -87,22 +87,18 @@ Steps
8787
- Integer. Indicates the number of errors after which Relational
8888
Migrator stops the migration job.
8989
* - Verify migrated data
90-
- Boolean. If true, the sync engine checks the migrated data
90+
- Boolean. If true, the sync engine verifies migrated data
9191
against the source database. Only supported for snapshot mode.
9292

93-
After you specify the job type on :guilabel:`Migration Options`
94-
form, Relational Migrator conducts various checks to ensure that
95-
the database is configured correctly. If a configuration is
96-
missing, a banner displays indicating improper
97-
database setup and provides a :guilabel:`Generate Script` button
98-
for SQL script download.
99-
100-
This script includes the required configuration statements
101-
and additional instructions in the form of comments.
93+
When you set the :guilabel:`Mode`, Relational Migrator checks if
94+
the database is configured correctly. If it finds issues, it displays a
95+
warning banner and a :guilabel:`Generate Script` button to download an
96+
SQL script. This script includes the required configuration statements,
97+
and any additional instructions as comments.
10298

10399
.. warning::
104100

105-
Before proceeding with starting a migration job:
101+
Before starting a migration job:
106102

107103
1. Download the script.
108104
2. Carefully review its contents.
@@ -115,14 +111,22 @@ Steps
115111
your migration job. These details include the type, the number of
116112
tables and rows affected, and the estimated data size of the
117113
migration job. To start your migration job, click :guilabel:`Start`.
118-
119-
.. note ::
120114

121-
For Kafka migration jobs, view deployment details by selecting the
122-
job in the :guilabel:`History` pane on the
123-
:guilabel:`Data Migration` screen and hovering
124-
over the icon next to the :guilabel:`Create Migration Job`
125-
button.
115+
To view deployment details for Kafka migration jobs, select the
116+
job in the :guilabel:`History` pane on the
117+
:guilabel:`Data Migration` screen and hover
118+
over the icon next to the :guilabel:`Create Migration Job`
119+
button.
120+
121+
.. important::
122+
123+
For large migration jobs to an Atlas cluster, the Review Summary may
124+
include :guilabel:`Atlas Performance Suggestions` that recommend
125+
higher cluster tiers. Upgrading is optional, but reduces migration time.
126+
127+
Click :guilabel:`Upgrade on Atlas` to open Atlas in a new browser
128+
tab or window. If you want to upgrade, but don't have the necessary
129+
permissions, please contact your administrator.
126130

127131
Next Steps
128132
----------

0 commit comments

Comments
 (0)