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 réponse
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
répondu il y a 3 mois
profile pictureAWS
EXPERT
vérifié il y a 3 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions