-
Notifications
You must be signed in to change notification settings - Fork 131
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
drainer/schema: replace drainer's schema with ticdc's schema storage #1137
Comments
fix on release-3.0 #1178 |
lichunzhu
added
type/enhancement
and removed
feature-request
This issue is a feature request
labels
May 22, 2023
This was referenced Jun 2, 2023
lichunzhu
pushed a commit
to lichunzhu/tidb-binlog
that referenced
this issue
Oct 13, 2023
lichunzhu
pushed a commit
to lichunzhu/tidb-binlog
that referenced
this issue
Oct 13, 2023
lichunzhu
pushed a commit
to ti-chi-bot/tidb-binlog
that referenced
this issue
Nov 16, 2023
ti-chi-bot
added a commit
to ti-chi-bot/tidb-binlog
that referenced
this issue
Nov 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature Request
Is your feature request related to a problem? Please describe:
Drainer will fetch all history DDL jobs and handle almost all of them when drainer starts. However, it will consume a lot of memory and cost a lot of time.
Describe the feature you'd like:
Use ticdc's schema storage package to get table info to avoid loading too many ddl jobs when drainer restarts.
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered: