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

Fix existing data (remove dangling rows) #46

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

rkistner
Copy link
Contributor

@rkistner rkistner commented Nov 8, 2024

The fix in #45 fixed the underlying cause of dangling rows not being removed.

This adds a migration to remove those rows (if any) from existing databases. While the migration script does not directly remove the rows, they will be removed as soon as the next sync completes. The migration script does not write any data if there are no dangling rows.

For reference, on Flutter desktop, the migration query takes around 0.35s to run with 1M rows.

@rkistner rkistner marked this pull request as ready for review November 8, 2024 10:52
@rkistner rkistner mentioned this pull request Nov 8, 2024
10 tasks
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

Successfully merging this pull request may close these issues.

1 participant