bodyea opened a new issue, #8588: URL: https://github.com/apache/seatunnel/issues/8588
There are two databases: one for production and the other for backup. Now, I need to perform incremental backup for a table. One of the tables has a field id, which is an integer and the primary key. When performing incremental data synchronization, I need to first query the maximum id value from the backup table, and then use this maximum id as a condition to query data from the production database. How can this be implemented? Thank you! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@seatunnel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org