-
Notifications
You must be signed in to change notification settings - Fork 351
clickpipes: improve MySQL CDC documentation #4101
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
base: main
Are you sure you want to change the base?
Conversation
@morsapaes is attempting to deploy a commit to the ClickHouse Team on Vercel. A member of the Team first needs to authorize it. |
You must have Developer access to commit code to ClickHouse on Vercel. If you contact an administrator and receive Developer access, commit again to see your changes. Learn more: https://vercel.com/docs/accounts/team-members-and-roles/access-roles#team-level-roles |
|
||
ClickPipes for MySQL can detect schema changes in the source tables and, in some cases, automatically propagate the changes to the destination tables. The way each DDL operation is handled is documented below: | ||
|
||
[//]: # "TODO Extend this page with behavior on rename, data type changes, and truncate + guidance on how to handle incompatible schema changes." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't currently propagate any of these. to alter columns they should add new column with new name & drop old column
@morsapaes do you want to leave this up for now for testing your vercel permissions? Otherwise I can make an edit so we can merge. |
Let's merge it, no need to block it on Vercel. Thank you both! |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Summary
binlog retention hours
for Aurora and RDS MySQL from24
to72
hours, motivated by this discussion.