Skip to content

Feature: parallel / threaded table processing #165

@github-actions

Description

@github-actions

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).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions