You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The partitioning support is limited to the RANGE COLUMN case with date / datetime. Any other scheme is skipped.
It should be easy to support though.
You can start with the python code if you wish to contribute or just alter this table.
YEAR(order_date) can return NULL, there is no future partition. MySQL will probably scan the first partition as a result …
When creating a table in MySQL with the following structure, in some cases it seems that the partition is not migrated to the ClickHouse.
For example if we create a partitioned table in MySQL,
In ClickHouse we get a table that is not
PARTITIONED BY
The text was updated successfully, but these errors were encountered: