3 Answers
- Newest
- Most votes
- Most comments
0
Hi,
This recent blog post is a solution to your problem: https://aws.amazon.com/blogs/database/aws-dms-best-practices-for-moving-large-tables-with-table-parallelism-settings/
Best,
Didier
0
Hi,
As you mentioned in your question, AWS DMS can only process table mapping JSON files up to 2 MB in size. This is a hard limit. And your JSON files, which is about 4MB, exceeds this hard limit.
When a mapping rule file exceeds the 2 MB limit, we recommend that you split the tables across multiple tasks to reduce the size of the mapping rule file so that it stays below this limit.
Best,
Jiyu
answered 2 years ago
Relevant content
- asked 4 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago
