mirror of
https://github.com/postgres/postgres.git
synced 2026-02-22 09:20:24 -05:00
parent
ee788ba990
commit
6fbfa4eb24
1 changed files with 1 additions and 7 deletions
|
|
@ -626,7 +626,7 @@ Author: Jeff Davis <jdavis@postgresql.org>
|
|||
<para>
|
||||
Previously, hash aggregation was avoided if it was expected to use
|
||||
more than <xref linkend="guc-work-mem"/> memory. This is controlled
|
||||
by <xref linkend="guc-enable-hashagg-disk"/>.
|
||||
by <xref linkend="guc-hashagg-avoid-disk-plan"/>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
|
@ -641,12 +641,6 @@ Author: Jeff Davis <jdavis@postgresql.org>
|
|||
use hash aggregation with disk storage for large grouping set results
|
||||
(Jeff Davis)
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Previously, hash aggregation was avoided if it was expected to use
|
||||
more than <xref linkend="guc-work-mem"/> memory. This is controlled
|
||||
by <xref linkend="guc-enable-groupingsets-hash-disk"/>.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
|
|||
Loading…
Reference in a new issue