forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit321fa6a
committed
doc: Add note about possible performance overhead by enabling track_planning.
Enabling pg_stat_statements.track_plaanning may incur a noticeableperformance penalty, especially when a fewer kinds of queries are executedon many concurrent connections. This commit documents this note.Back-patch to v13 where pg_stat_statements.track_plaanning was added.Suggested-by: Pavel StehuleAuthor: Fujii MasaoReviewed-by: Pavel StehuleDiscussion:https://postgr.es/m/CAFj8pRC9Jxa8r5i0TNBWLb8mzuaYzEoLq3QOvip0jVpHPOLbVA@mail.gmail.com1 parentaa38434 commit321fa6a
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
607 | 607 |
| |
608 | 608 |
| |
609 | 609 |
| |
| 610 | + | |
| 611 | + | |
| 612 | + | |
610 | 613 |
| |
611 | 614 |
| |
612 | 615 |
| |
|
0 commit comments
Comments
(0)