Aurora MySQL table not returning all rows

0

We migrate data views from a MongoDB collection into AWS with an Aurora MySQL table as the endpoint. In the migration task, all of the rows are being sent and logged as the target endpoint receiving the rows, but when I query the table it comes back with almost 400 less rows than expected. One issue I investigated is making sure the field that we use as the primary key holds unique values in the mongo data view, and as expected all values are unique. What other issues could possibly cause this to happen?

1回答
0

Hello,

  • Please check the task logs to see if there were any errors.

  • In some cases, DMS encounters errors when performing DML (INSERT) on the target endpoint, and this information is recorded in the dmslogs.awsdms_apply_exceptions table on the target endpoint. Thus, I would kindly suggest you to query the 'awsdms_apply_exceptions' table to check for any issues.

[+] Control table task settings - https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.ControlTable.html

Additionally, please refer to the documents below that would be helpful in troubleshooting the issue that you are facing :

Thank you!

AWS
回答済み 3ヶ月前
profile pictureAWS
エキスパート
レビュー済み 3ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ