From: | Fujii Masao <fujii(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: doc: Add note about possible performance overhead by enabling tr |
Date: | 2020-07-06 05:28:10 |
Message-ID: | E1jsJfm-0008Ic-E2@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
doc: Add note about possible performance overhead by enabling track_planning.
Enabling pg_stat_statements.track_plaanning may incur a noticeable
performance penalty, especially when a fewer kinds of queries are executed
on many concurrent connections. This commit documents this note.
Back-patch to v13 where pg_stat_statements.track_plaanning was added.
Suggested-by: Pavel Stehule
Author: Fujii Masao
Reviewed-by: Pavel Stehule
Discussion: https://postgr.es/m/CAFj8pRC9Jxa8r5i0TNBWLb8mzuaYzEoLq3QOvip0jVpHPOLbVA@mail.gmail.com
Branch
------
REL_13_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/da6b6ff95bcaadc109ab248471527a2511e853d5
Modified Files
--------------
doc/src/sgml/pgstatstatements.sgml | 3 +++
1 file changed, 3 insertions(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2020-07-06 05:28:18 | pgsql: doc: Add note about possible performance overhead by enabling tr |
Previous Message | Michael Paquier | 2020-07-06 04:07:59 | pgsql: Refactor routines for name lookups of procedures and operators |