Re: pg_stat_sql_plans ALPHA released

From: legrand legrand <legrand_legrand(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_stat_sql_plans ALPHA released
Date: 2020-06-01 08:36:28
Message-ID: 1591000588237-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

A new version of pg_stat_sql_plans (version 0.2) has been released.

Main changes are:
- planid is build at planning time, making it reusable by cached plans,
- expose current queryid, planid per pid in pg_stat_activity,
- planning counters are now calculated per (queryid,planid),
- includes a specific 'minimal' explain plan, for performances,
- ...

It needs PG13 (as it is using new planner hook query_string) and is
still available at https://github.com/legrandlegrand/pg_stat_sql_plans

Regards
PAscal

--
Sent from: https://www.postgresql-archive.org/PostgreSQL-general-f1843780.html

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2020-06-01 09:04:54 Re: Postgresql 9.6 -> AWS RDS Postgresql 12.2 with pg_logical
Previous Message Andrus 2020-06-01 08:17:19 Re: How to start slave after pg_basebackup. Why min_wal_size and wal_keep_segments are duplicated