doc: Add note about possible performance overhead by enabling track_planning.

Fujii Masao <fujii@postgresql.org>

Commit: da6b6ff95bcaadc109ab248471527a2511e853d5
Author: Fujii Masao <fujii@postgresql.org>
Date: 2020-07-06T05:27:57Z
Releases: 13.0
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

Files

PathChange+/−
doc/src/sgml/pgstatstatements.sgml modified +3 −0

Documentation touched

Discussion