Altinity / clickhouse-sink-connector

Replicate data from MySQL, Postgres and MongoDB to ClickHouse®
https://www.altinity.com
Apache License 2.0
225 stars 53 forks source link

Remove Clickhouse calls to get column data type for every batch insert #885

Open subkanthi opened 4 hours ago

subkanthi commented 4 hours ago

Currently there are 2 calls made before every batch is inserted to ClickHouse

The new logic should make the calls during startup and cache them.

aadant commented 3 hours ago

Also when DDL is made on the table.