Feature Description
In #15503 we added experimental support for multi-tenant migrations using MoveTables. There's some WiP documentation here: vitessio/website#1796
Today you cannot cancel a multi-tenant migration because it will DROP that tables that were migrated — tables that most likely have data for tenants that have already been migrated. It would be nice if you could use cancel normally for these multi-tenant workflows and it would clean up only the workflow's tenant's data only.
Use Case(s)
Making multi-tenant migrations more standard and easier to use.
Feature Description
In #15503 we added experimental support for multi-tenant migrations using
MoveTables. There's some WiP documentation here: vitessio/website#1796Today you cannot
cancela multi-tenant migration because it willDROPthat tables that were migrated — tables that most likely have data for tenants that have already been migrated. It would be nice if you could usecancelnormally for these multi-tenant workflows and it would clean up only the workflow's tenant's data only.Use Case(s)
Making multi-tenant migrations more standard and easier to use.