Can this tool support more engines in MergeTree family?
As mentioned, can this tool support more engines such as CollapsingMergeTree or ReplacingMergeTree?
Can you please elaborate in a little more details what exactly is expected to be provided by the tool regarding those engines?
I have a MySQL table with some columns and index. I want to move it into clickhouse by using CollapsingMergeTree engine. But there isn't a "Sign" column in MySQL table schema, which is a must in using CollapsingMergeTree. So, can your tool support this case?
I think you can create table whatever you need, after just define the dst table for data, without creating table
Yes, this is correct approach ATM