Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

分库分表:ShardingDeleter 实现 #202

Closed
Tracked by #184
flycash opened this issue May 18, 2023 · 0 comments
Closed
Tracked by #184

分库分表:ShardingDeleter 实现 #202

flycash opened this issue May 18, 2023 · 0 comments
Labels

Comments

@flycash
Copy link
Contributor

flycash commented May 18, 2023

仅限中文

使用场景

Deleter 最为简单,可以参考 Inserter 的分组机制就可以。即如果是删除同一个库上的多张表,那么应该发送一个语句过去执行,例如 "DELETE db0.tab0; DELETE db0.tab1"

你设置的的 Go 环境?

上传 go env 的结果

@flycash flycash changed the title 分库分表:Deleter 实现 分库分表:ShardingDeleter 实现 May 18, 2023
@flycash flycash closed this as completed Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

1 participant