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

Feature: Add support for validating source/destination databases using limited number of fields #42

Open
atc0005 opened this issue Sep 30, 2020 · 0 comments
Labels
enhancement New feature or request mysql sqlite
Milestone

Comments

@atc0005
Copy link
Owner

atc0005 commented Sep 30, 2020

Instead of looping over every row in the remote (MySQL) database and comparing against every row in the target (SQLite) database, add support for validating a limited number of fields in the rows of each specified database table.

This approach could allow a single field such as last_modified to be compared from each table row, resulting in a significant speed boost for larger source databases.

@atc0005 atc0005 added enhancement New feature or request sqlite mysql labels Sep 30, 2020
@atc0005 atc0005 added this to the Future milestone Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mysql sqlite
Projects
None yet
Development

No branches or pull requests

1 participant