Re: Time to increase hash_mem_multiplier default?
Peter Geoghegan <pg@bowt.ie>
From: Peter Geoghegan <pg@bowt.ie>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: John Naylor <john.naylor@enterprisedb.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-02-17T02:42:45Z
Lists: pgsql-hackers
On Tue, Feb 15, 2022 at 8:17 AM Justin Pryzby <pryzby@telsasoft.com> wrote: > The only reason not to is that a single-node hash-aggregate plan will now use > 2x work_mem. Which won't make sense to someone who doesn't deal with > complicated plans (and who doesn't know that work_mem is per-node and can be > used multiplicitively). Hearing no objections, I pushed a commit to increase the default to 2.0. Thanks -- Peter Geoghegan
Commits
-
Increase hash_mem_multiplier default to 2.0.
- 8f388f6f554b 15.0 landed