Closed kyle-cx91 closed 4 years ago
what you mean when say "update and delete"? do you mean add\remove clickhouse nodes? or update \ delete table data on clickhouse nodes?
for background data modification ClickHouse support MUTATIONS https://clickhouse.tech/docs/en/sql-reference/statements/alter/#query_language_queries_alter
sorry, mutations don't support by clickhouse-mysql-data-reader
I mean,if data in MySQL is updated or deleted, wolud it be handled by latest clickhouse-mysql-data-reader
------------------ 原始邮件 ------------------ 发件人: "Eugene Klimov"<notifications@github.com>; 发送时间: 2020年7月7日(星期二) 下午3:57 收件人: "Altinity/clickhouse-mysql-data-reader"<clickhouse-mysql-data-reader@noreply.github.com>; 抄送: "唐"<2410753379@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [Altinity/clickhouse-mysql-data-reader] update and delete (#182)
what you mean when say "update and delete"? do you mean add\remove clickhouse nodes? or update \ delete table data on clickhouse nodes?
for background data modification ClickHouse support MUTATIONS https://clickhouse.tech/docs/en/sql-reference/statements/alter/#query_language_queries_alter
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
thx for ur help
------------------ 原始邮件 ------------------ 发件人: "Eugene Klimov"<notifications@github.com>; 发送时间: 2020年7月7日(星期二) 下午3:58 收件人: "Altinity/clickhouse-mysql-data-reader"<clickhouse-mysql-data-reader@noreply.github.com>; 抄送: "唐"<2410753379@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [Altinity/clickhouse-mysql-data-reader] update and delete (#182)
sorry, mutations don't support by clickhouse-mysql-data-reader
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Does the latest version support update and delete?