You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: