-
Notifications
You must be signed in to change notification settings - Fork 54
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
Support partitions when migrating to CH #332
Comments
It should be possible to override the partitioning key (see #323) |
This is already implemented in |
Current sink connector parsing logic:
|
Parsing of primary key columns added. |
The issue was manually verified by the Altinity QA team and marked as Build used for testing: We've verified that when creating a partitioned table in ClickHouse it is correctly mapped to the partitioned table in source MySQL table. Partitions are correctly created in ClickHouse based on the specified partition key. Issue raised during testing is a separate scenario, which is not related to this one. Link to the issue: #461 |
The DDL parser should detect MySQL partitions and migrate them to CH.
MySQL :
CH :
Please note that
clickhouse_loader.py
already supports this for the initial migration.The text was updated successfully, but these errors were encountered: