thesumery commented on PR #4882: URL: https://github.com/apache/inlong/pull/4882#issuecomment-1175715305
There are some reasons that clickhouse sink didn't release the ability of update/deleteļ¼ 1. clickhouse `update` operations is heavy, it will takes precedence over all others operation to execute, so it has a poor performance. It is more suitable for batch scenes but not streaming scenes where operations are performed frequently. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
