Process multiple tables concurrently during diff to improve performance on large databases.
Context: The MySQL CHECKSUM TABLE pre-scan was independently implemented in PR #158, but the parallel processing aspect (diffing multiple tables simultaneously using threads or forked processes) was not.
Use case: Databases with hundreds of tables where sequential diffing is slow.
Originally proposed in PR #134 (now closed — codebase has diverged).
Process multiple tables concurrently during diff to improve performance on large databases.
Context: The MySQL
CHECKSUM TABLEpre-scan was independently implemented in PR #158, but the parallel processing aspect (diffing multiple tables simultaneously using threads or forked processes) was not.Use case: Databases with hundreds of tables where sequential diffing is slow.
Originally proposed in PR #134 (now closed — codebase has diverged).