We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ca611 commit e7a6cd5Copy full SHA for e7a6cd5
doc/src/sgml/release-13.sgml
@@ -649,7 +649,10 @@ Author: Jeff Davis <jdavis@postgresql.org>
649
650
<para>
651
Previously, hash aggregation was avoided if it was expected to use
652
- more than <xref linkend="guc-work-mem"/> memory.
+ more than <xref linkend="guc-work-mem"/> memory. To reduce the
653
+ likelihood of using disk storage for hash aggregation and attain
654
+ behavior similar to previous Postgres releases, increase <xref
655
+ linkend="guc-hash-mem-multiplier"/>.
656
</para>
657
</listitem>
658
0 commit comments