Data May Be Lost When Incremental Data Collection Is Performed from the Source MySQL on an Hourly Basis
Cause Analysis
The source database uses createtime to record the time when data is inserted and uses updatetime to record the time when data is updated. During task creation, Timestamp is set to updatetime. However, the value of updatetime is earlier than that of createtime in the source database. When the task is executed, the time specified updatetime is not within the incremental collection period. As a result, some data cannot be collected.
Solution
Change the value of updatetime in the source database or use createtime as the timestamp field during task creation.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot