DMS CDC - MySQL Binlog Precision - Seconds to Microseconds

0

I have a DMS CDC task reading binlogs from MySQL and writing the changes as csv files. An issue I have encountered is that the resolution of the timestamps for changes is in seconds. As a result, I see multiple update statements occurring at the same time. Since I am trying to use these changes to incrementally update another table, I do not have a deterministic result for which update was applied at the source (MySQL).

Is there a way to increase the precision of the CDC task on DMS? Are the order of changes within a file guaranteed to match the binlogs?

已提問 2 年前檢視次數 163 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南