A company is migrating an on-premises MySQL database to Amazon RDS for MySQL. The database has a table with 100 million rows. During the migration using AWS DMS, the full load phase is taking too long. What change can speed up the full load?
More threads can process data in parallel, speeding up full load.
Why this answer
Option B is correct because increasing the number of DMS task mappings (parallel threads) can improve throughput. Option A is wrong because reducing storage does not help. Option C is wrong because disabling LOBs is not always possible and may lose data.
Option D is wrong because increasing RDS instance size of the source doesn't affect DMS performance.