proomt

Search

Search posts, papers, and topics

All posts

ClickHouseGülçin Yıldırım Jelínek7 min readintermediate

Postgres week in the Netherlands: PGDay Lowlands & Percona Live 2026

Summary

The author recaps two Dutch conferences where they presented ClickHouse‑Postgres extensions and discussed PostgreSQL 19 monitoring enhancements. The post explains how pg_clickhouse provides transparent query push‑down to ClickHouse and how pg_stat_ch streams per‑query metrics, plus new logging defaults and system views in PG 19.

  • pg_clickhouse FDW lets you query ClickHouse tables from Postgres; 15 of 22 TPC‑H queries are fully pushed down at scale factor 1.
  • pg_stat_ch streams raw query execution events to ClickHouse via a background worker, giving time‑sliced stats and percentiles without back‑pressure.
  • PostgreSQL 19 adds default log_lock_waits, new WAL counters, the WAIT FOR command, and system views pg_stat_lock, pg_stat_recovery, pg_stat_autovacuum_scores.
  • New monitoring functions include pg_get_multixact_stats and a higher XID wraparound warning threshold (100 M transactions).

Postgres engineers who need scalable analytics or finer‑grained monitoring will benefit from the extensions and the new PG 19 features.

6/10

Related reading

  1. September 2026 newsletter

    ClickHouse's September 2026 newsletter highlights the 26.8 release with features like pipelined SQL and custom HTTP handlers, alongside previews for On-Demand Compute and a PromQL-compatible TimeSeries engine. It also covers new Postgres integration tools and a cost-performance benchmark for cloud data warehouses.

    ClickHouseclickhouse.com7 min
  2. pgAssistant 3.8.0 : continuous improvement loop for Postgres

    pgAssistant 3.8.0 expands from a tuning advisor to a continuous PostgreSQL improvement platform, adding a Collector that records historical workload and environment data. It lets teams run an Observe‑Diagnose‑Prioritize‑Plan‑Implement‑Measure loop, compare consecutive snapshots, and measure the impact of applied recommendations.

    PostgreSQLpostgresql.org1 minrelease
  3. ClickHouse is now available on the dbt platform

    ClickHouse released a public‑beta dbt v2 adapter written in Rust that ships inside the dbt binary and talks to ClickHouse via the new ADBC driver. The adapter promises up to 30× faster dbt parsing and leverages ClickHouse’s sub‑second, high‑concurrency engine (e.g., materialized views, MCP server). A private‑beta integration on the dbt Platform now lets users develop, schedule, and catalog ClickH…

    ClickHouseclickhouse.com8 min
  4. What's new in ClickStack - Aug ’26

    ClickStack August 2026 update adds general‑availability dashboard variables (including cross‑source SQL, Lucene, PromQL macros), chart formulas for derived metrics, a metrics explorer UI, release‑marker overlays, OIDC auth for the collector, and a beta LLM observability dashboard. It also introduces a private‑preview TimeSeries engine with PromQL support, letting ClickStack store and query Promet…

    ClickHouseclickhouse.com16 min