Re: [PATCH] Increase the maximum value track_activity_query_size
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Bruce Momjian <bruce@momjian.us>
Cc: Alexey Kondratov <a.kondratov@postgrespro.ru>, Robert Haas <robertmhaas@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, v.makarov@postgrespro.ru, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-12-21T02:47:57Z
Lists: pgsql-hackers
On Fri, Dec 20, 2019 at 08:57:04AM -0500, Bruce Momjian wrote: > I can imagine using larger pgstat_track_activity_query_size values for > data warehouse queries, where they are long and there are only a few of > them. Why are those queries that long anyway? A too long IN clause with an insane amount of parameters which could be replaced by an ANY clause with an array? -- Michael
Commits
-
Increase the maximum value of track_activity_query_size.
- 814727858918 13.0 landed