Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Implement Data Incremental Loading #8588

Open
bodyea opened this issue Jan 24, 2025 · 0 comments
Open

How to Implement Data Incremental Loading #8588

bodyea opened this issue Jan 24, 2025 · 0 comments

Comments

@bodyea
Copy link

bodyea commented Jan 24, 2025

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant