ClickHouse Agent for Gluesync: Target Integration
Supported version
With this agent, you can target any ClickHouse deployment, whether it is on-prem or via DBaaS under Amazon AWS, Google Cloud or Azure.
Platform supported features
| Feature | Support | Notes |
|---|---|---|
Target role |
✅ |
Writes to ClickHouse via the official JDBC driver. |
Source role |
❌ |
Current release supports ClickHouse only as a target. |
Snapshots |
✅ |
Snapshot batches populate ClickHouse tables for initial loads. |
CDC |
❌ |
Current release supports ClickHouse only as a target. |
CDC type |
N/A |
Current release supports ClickHouse only as a target. |
Bulk load |
N/A |
Standard JDBC batching already optimizes throughput. |
Database pooling |
✅ |
Supports connection pooling for efficient resource utilization across multiple pipelines. |
Source persisted internal cache |
N/A |
Target-only connector. |
Target persisted internal cache |
N/A |
Writes flow directly to ClickHouse—no intermediate storage. |
Driver / connector |
ClickHouse JDBC driver |
Gluesync bundles the vendor driver for SQL access. |
Chains |
N/A |
Target-only connector. |
Truncate operation support (reading) |
N/A |
Target-only connector. |
Truncate operation support (writing) |
✅ |
Honors Core Hub “TRUNCATE before snapshot” option when enabled. |