Skip to content

Support checking transaction at table level instead of database level #1724

Description

@morningman

When altering table, we will wait for all previous transaction to be finished.
But because there is no table info in transaction, so we just check the transaction at
database level.
This will cause the loading of table B in a database will block the alter process of table A in
same database.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions