Thanks to visit codestin.com Credit goes to github.com
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 ee788ba commit 6fbfa4eCopy full SHA for 6fbfa4e
doc/src/sgml/release-13.sgml
@@ -626,7 +626,7 @@ Author: Jeff Davis <[email protected]>
626
<para>
627
Previously, hash aggregation was avoided if it was expected to use
628
more than <xref linkend="guc-work-mem"/> memory. This is controlled
629
- by <xref linkend="guc-enable-hashagg-disk"/>.
+ by <xref linkend="guc-hashagg-avoid-disk-plan"/>.
630
</para>
631
</listitem>
632
@@ -641,12 +641,6 @@ Author: Jeff Davis <[email protected]>
641
use hash aggregation with disk storage for large grouping set results
642
(Jeff Davis)
643
644
-
645
- <para>
646
- Previously, hash aggregation was avoided if it was expected to use
647
- more than <xref linkend="guc-work-mem"/> memory. This is controlled
648
- by <xref linkend="guc-enable-groupingsets-hash-disk"/>.
649
- </para>
650
651
652
<listitem>
0 commit comments