This release includes the following known issues and limitations. Where applicable, workarounds are included to help mitigate the impact. These issues are actively tracked and are planned for resolution in a future release.
The
PostgreSQLtable engine connects only to the WarehousePG coordinator and doesn't engage WarehousePG's massively parallel processing (MPP) architecture. For bulk data movement, useINSERT INTO clickhouse_table SELECT * FROM warehousepg_linked_tableto load data into a native ClickHouseMergeTreetable.The Iceberg catalog integration is read-only.
INSERT,UPDATE, andDELETEoperations aren't supported. Use Spark, PyIceberg, or another Iceberg-compatible writer to create and populate Iceberg tables.