Skip to content
pg_stat_ch

pg_stat_ch

pg_stat_ch : Export PostgreSQL query telemetry to ClickHouse

Overview

IDExtensionPackageVersionCategoryLicenseLanguage
6020
pg_stat_ch
pg_stat_ch
0.3.6
STAT
Apache-2.0 AND MIT AND BSD-2-Clause AND BSD-3-Clause
C++
AttributeHas BinaryHas LibraryNeed LoadHas DDLRelocatableTrusted
--sLd--
No
Yes
Yes
Yes
no
no
Relationships
See Also
pg_tracing
pg_stat_monitor
pg_stat_kcache
powa

freeze due to new vcpkg dependency stack

Packages

TypeRepoVersionPG Major CompatibilityPackage PatternDependencies
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 / PGPG18PG17PG16PG15PG14
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
PackageVersionOSORGSIZEFile URL
pg_stat_ch_180.3.6el9.x86_64pigsty872.4 KiBpg_stat_ch_18-0.3.6-1PIGSTY.el9.x86_64.rpm
pg_stat_ch_180.3.6el9.aarch64pigsty829.2 KiBpg_stat_ch_18-0.3.6-1PIGSTY.el9.aarch64.rpm
pg_stat_ch_180.3.6el10.x86_64pigsty822.8 KiBpg_stat_ch_18-0.3.6-1PIGSTY.el10.x86_64.rpm
pg_stat_ch_180.3.6el10.aarch64pigsty774.1 KiBpg_stat_ch_18-0.3.6-1PIGSTY.el10.aarch64.rpm
postgresql-18-pg-stat-ch0.3.6d12.x86_64pigsty720.3 KiBpostgresql-18-pg-stat-ch_0.3.6-1PIGSTY~bookworm_amd64.deb
postgresql-18-pg-stat-ch0.3.6d12.aarch64pigsty649.5 KiBpostgresql-18-pg-stat-ch_0.3.6-1PIGSTY~bookworm_arm64.deb
postgresql-18-pg-stat-ch0.3.6d13.x86_64pigsty731.0 KiBpostgresql-18-pg-stat-ch_0.3.6-1PIGSTY~trixie_amd64.deb
postgresql-18-pg-stat-ch0.3.6d13.aarch64pigsty656.1 KiBpostgresql-18-pg-stat-ch_0.3.6-1PIGSTY~trixie_arm64.deb
postgresql-18-pg-stat-ch0.3.6u22.x86_64pigsty5.4 MiBpostgresql-18-pg-stat-ch_0.3.6-1PIGSTY~jammy_amd64.deb
postgresql-18-pg-stat-ch0.3.6u22.aarch64pigsty5.1 MiBpostgresql-18-pg-stat-ch_0.3.6-1PIGSTY~jammy_arm64.deb
postgresql-18-pg-stat-ch0.3.6u24.x86_64pigsty716.9 KiBpostgresql-18-pg-stat-ch_0.3.6-1PIGSTY~noble_amd64.deb
postgresql-18-pg-stat-ch0.3.6u24.aarch64pigsty683.3 KiBpostgresql-18-pg-stat-ch_0.3.6-1PIGSTY~noble_arm64.deb
postgresql-18-pg-stat-ch0.3.6u26.x86_64pigsty734.0 KiBpostgresql-18-pg-stat-ch_0.3.6-1PIGSTY~resolute_amd64.deb
postgresql-18-pg-stat-ch0.3.6u26.aarch64pigsty717.7 KiBpostgresql-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.

Release 0.3.6 replaces the normalize cache with a queryId-keyed LRU cache and replaces the OpenTelemetry SDK with a direct-protobuf exporter plus sampling support. Existing SQL usage remains centered on the event tables, summary views, and reset/version helper functions above.

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.
  • Pigsty’s current RPM refresh for pg_stat_ch is PostgreSQL 16-18 on EL9/EL10 only; Debian/Ubuntu packages remain PostgreSQL 16-18 on the active targets.
Last updated on