Skip to content
pg_stat_ch

pg_stat_ch

pg_stat_ch : Export PostgreSQL query telemetry to ClickHouse

Overview

ID Extension Package Version Category License Language
6020
pg_stat_ch
pg_stat_ch
0.3.6
STAT
Apache-2.0
C++
Attribute Has Binary Has Library Need Load Has DDL Relocatable Trusted
--sLd--
No
Yes
Yes
Yes
no
no
Relationships
See Also
pg_tracing
pg_stat_monitor
pg_stat_kcache
powa

release 0.3.6; SQL v0.1

Packages

Type Repo Version PG Major Compatibility Package Pattern Dependencies
EXT
PIGSTY
0.3.6
18
17
16
15
14
pg_stat_ch -
RPM
PIGSTY
0.3.6
18
17
16
15
14
pg_stat_ch_$v -
DEB
PIGSTY
0.3.6
18
17
16
15
14
postgresql-$v-pg-stat-ch -
Linux / PG PG18 PG17 PG16 PG15 PG14
el8.x86_64
MISS
MISS
MISS
MISS
MISS
el8.aarch64
MISS
MISS
MISS
MISS
MISS
el9.x86_64
PIGSTY 0.3.6
PIGSTY 0.3.6
PIGSTY 0.3.6
MISS
MISS
el9.aarch64
PIGSTY 0.3.6
PIGSTY 0.3.6
PIGSTY 0.3.6
MISS
MISS
el10.x86_64
PIGSTY 0.3.6
PIGSTY 0.3.6
PIGSTY 0.3.6
MISS
MISS
el10.aarch64
PIGSTY 0.3.6
PIGSTY 0.3.6
PIGSTY 0.3.6
MISS
MISS
d12.x86_64
PIGSTY 0.3.6
PIGSTY 0.3.6
PIGSTY 0.3.6
MISS
MISS
d12.aarch64
PIGSTY 0.3.6
PIGSTY 0.3.6
PIGSTY 0.3.6
MISS
MISS
d13.x86_64
PIGSTY 0.3.6
PIGSTY 0.3.6
PIGSTY 0.3.6
MISS
MISS
d13.aarch64
PIGSTY 0.3.6
PIGSTY 0.3.6
PIGSTY 0.3.6
MISS
MISS
u22.x86_64
PIGSTY 0.3.6
PIGSTY 0.3.6
PIGSTY 0.3.6
MISS
MISS
u22.aarch64
PIGSTY 0.3.6
PIGSTY 0.3.6
PIGSTY 0.3.6
MISS
MISS
u24.x86_64
PIGSTY 0.3.6
PIGSTY 0.3.6
PIGSTY 0.3.6
MISS
MISS
u24.aarch64
PIGSTY 0.3.6
PIGSTY 0.3.6
PIGSTY 0.3.6
MISS
MISS
u26.x86_64
PIGSTY 0.3.6
PIGSTY 0.3.6
PIGSTY 0.3.6
MISS
MISS
u26.aarch64
PIGSTY 0.3.6
PIGSTY 0.3.6
PIGSTY 0.3.6
MISS
MISS
Package Version OS ORG SIZE File URL
pg_stat_ch_18 0.3.6 el9.x86_64 pigsty 871.9 KiB pg_stat_ch_18-0.3.6-1PIGSTY.el9.x86_64.rpm
pg_stat_ch_18 0.3.6 el9.aarch64 pigsty 826.6 KiB pg_stat_ch_18-0.3.6-1PIGSTY.el9.aarch64.rpm
pg_stat_ch_18 0.3.6 el10.x86_64 pigsty 819.7 KiB pg_stat_ch_18-0.3.6-1PIGSTY.el10.x86_64.rpm
pg_stat_ch_18 0.3.6 el10.aarch64 pigsty 773.7 KiB pg_stat_ch_18-0.3.6-1PIGSTY.el10.aarch64.rpm
postgresql-18-pg-stat-ch 0.3.6 d12.x86_64 pigsty 720.3 KiB postgresql-18-pg-stat-ch_0.3.6-1PIGSTY~bookworm_amd64.deb
postgresql-18-pg-stat-ch 0.3.6 d12.aarch64 pigsty 649.5 KiB postgresql-18-pg-stat-ch_0.3.6-1PIGSTY~bookworm_arm64.deb
postgresql-18-pg-stat-ch 0.3.6 d13.x86_64 pigsty 731.0 KiB postgresql-18-pg-stat-ch_0.3.6-1PIGSTY~trixie_amd64.deb
postgresql-18-pg-stat-ch 0.3.6 d13.aarch64 pigsty 656.1 KiB postgresql-18-pg-stat-ch_0.3.6-1PIGSTY~trixie_arm64.deb
postgresql-18-pg-stat-ch 0.3.6 u22.x86_64 pigsty 5.4 MiB postgresql-18-pg-stat-ch_0.3.6-1PIGSTY~jammy_amd64.deb
postgresql-18-pg-stat-ch 0.3.6 u22.aarch64 pigsty 5.1 MiB postgresql-18-pg-stat-ch_0.3.6-1PIGSTY~jammy_arm64.deb
postgresql-18-pg-stat-ch 0.3.6 u24.x86_64 pigsty 716.9 KiB postgresql-18-pg-stat-ch_0.3.6-1PIGSTY~noble_amd64.deb
postgresql-18-pg-stat-ch 0.3.6 u24.aarch64 pigsty 683.3 KiB postgresql-18-pg-stat-ch_0.3.6-1PIGSTY~noble_arm64.deb
postgresql-18-pg-stat-ch 0.3.6 u26.x86_64 pigsty 734.0 KiB postgresql-18-pg-stat-ch_0.3.6-1PIGSTY~resolute_amd64.deb
postgresql-18-pg-stat-ch 0.3.6 u26.aarch64 pigsty 717.7 KiB postgresql-18-pg-stat-ch_0.3.6-1PIGSTY~resolute_arm64.deb

Source

pig build pkg pg_stat_ch;		# build rpm/deb

Install

Make sure PGDG and PIGSTY repo available:

pig repo add pgsql -u   # add both repo and update cache

Install this extension with pig:

pig install pg_stat_ch;		# install via package name, for the active PG version

pig install pg_stat_ch -v 18;   # install for PG 18
pig install pg_stat_ch -v 17;   # install for PG 17
pig install pg_stat_ch -v 16;   # install for PG 16

Config this extension to shared_preload_libraries:

shared_preload_libraries = 'pg_stat_ch';

Create this extension with:

CREATE EXTENSION pg_stat_ch;

Usage

Sources: README, release 0.3.6

pg_stat_ch captures per-query PostgreSQL execution telemetry and exports raw events to ClickHouse through a shared-memory queue and background worker. The upstream project positions it as a raw-event alternative to pg_stat_statements, with aggregation and dashboards handled in ClickHouse instead of PostgreSQL.

CREATE EXTENSION pg_stat_ch;

Required Setup

pg_stat_ch must be preloaded and pointed at a ClickHouse database:

shared_preload_libraries = 'pg_stat_ch'
track_io_timing = on

pg_stat_ch.clickhouse_host = 'localhost'
pg_stat_ch.clickhouse_port = 9000
pg_stat_ch.clickhouse_database = 'pg_stat_ch'
pg_stat_ch.clickhouse_use_tls = on
pg_stat_ch.clickhouse_skip_tls_verify = off

The README says PostgreSQL 16, 17, and 18 are fully supported; the latest release is 0.3.6 from April 15, 2026.

SQL API

  • pg_stat_ch_version() returns the extension version.
  • pg_stat_ch_stats() exposes queue and exporter counters.
  • pg_stat_ch_reset() clears queue counters.
  • pg_stat_ch_flush() triggers an immediate export flush.
SELECT pg_stat_ch_version();
SELECT * FROM pg_stat_ch_stats();
SELECT pg_stat_ch_flush();

Important GUCs

  • pg_stat_ch.enabled toggles collection.
  • pg_stat_ch.queue_capacity and pg_stat_ch.string_area_size size the shared-memory buffers.
  • pg_stat_ch.flush_interval_ms and pg_stat_ch.batch_max control exporter cadence and batch size.
  • pg_stat_ch.log_min_elevel controls which errors are captured.

What Gets Captured

  • Query timing, row counts, buffer usage, WAL usage, and CPU time.
  • DML, DDL, and utility statements.
  • SQLSTATE and error levels.
  • JIT metrics on PostgreSQL 15+.
  • Parallel worker stats on PostgreSQL 18+.
  • Application name, client IP, and query text up to the upstream truncation limit.

Caveats

  • The design intentionally drops events on queue overflow instead of blocking the foreground query path.
  • ClickHouse schema creation is a required part of setup; upstream quickstart scripts preload it automatically, but manual deployments must load the schema separately.
Last updated on