Jimmy Angelakos: pg_statviz 0.8 released with PostgreSQL 18 support
vyruss.org·6h
Flag this post

I’m happy to announce release 0.8 of pg_statviz, the minimalist extension and utility pair for time series analysis and visualization of PostgreSQL internal statistics.

This release adds support for PostgreSQL 18, adapting to significant catalog view changes introduced in this release:

  • I/O statistics now include byte-based metrics: The pg_stat_io view now reports I/O activity in bytes (read_bytes, write_bytes, extend_bytes) rather than just operation counts, providing more granular insight into system I/O patterns.
  • WAL statistics reorganization: PostgreSQL 18 moves WAL write and sync statistics from pg_stat_wal to pg_stat_io (where object = 'wal'), cons…

Similar Posts

Loading similar posts...