Loading…
ClickHouse at Google Cloud Next '26
ClickhouseClickHouse
- Source
- Clickhouse
- Published
- Added to Yomu
Summary
ClickHouse announced several product updates and integrations designed to deepen native compatibility with Google Cloud. Migration of ClickHouse Cloud to Google Axion ARM-based processors demonstrated a 30 to 55 percent query speed increase and reduced data load times from 64 to 26 seconds on ClickBench benchmarks. An integration with Google Lakehouse Runtime Catalog enables querying Iceberg tables on Google Cloud Storage via the DataLakeCatalog engine without data movement. Furthermore, Bring Your Own Cloud reached general availability on Google Cloud Marketplace, and ClickPipes added an unordered mode using Pub/Sub notifications for GCS ingestion. Google Antigravity integrated ClickHouse through an MCP server to translate natural language into SQL and generate interactive React charts.
Context
Enterprise workloads and data pipelines on Google Cloud require high-performance analytics, strict data residency compliance, and seamless ingestion without manual ETL or file ordering constraints on storage buckets.
Approach / What changed
ClickHouse introduced deployments on Google Axion ARM processors, direct Iceberg querying via Lakehouse Runtime Catalog, Bring Your Own Cloud availability on GCP Marketplace, an MCP server integration for Google Antigravity, and unordered GCS ingestion in ClickPipes using OBJECT_FINALIZE Pub/Sub notifications.
Takeaways
- In March 2026 ClickBench benchmarks, ClickHouse Cloud running on Google Axion processors improved query performance by 30 to 55 percent and decreased data loading time from 64 seconds to 26 seconds.
- The Lakehouse Runtime Catalog integration allows ClickHouse to query Iceberg tables in Google Cloud Storage directly using the DataLakeCatalog engine with catalog_type set to biglake.
- ClickPipes unordered mode replaces 30-second bucket polling with GCS OBJECT_FINALIZE Pub/Sub notifications and uses a metadata store to provide exactly-once processing for out-of-order files.