Altinity / clickhouse-mysql-data-reader

utility to read mysql data
MIT License
368 stars 94 forks source link

update and delete #182

Closed kyle-cx91 closed 4 years ago

kyle-cx91 commented 4 years ago

Does the latest version support update and delete?

Slach commented 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

Slach commented 4 years ago

sorry, mutations don't support by clickhouse-mysql-data-reader

kyle-cx91 commented 4 years ago

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.

kyle-cx91 commented 4 years ago

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.