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 6d8a8bb commit 6d8b5f4Copy full SHA for 6d8b5f4
doc/src/sgml/config.sgml
@@ -1889,9 +1889,8 @@ include_dir 'conf.d'
1889
fact in mind when choosing the value. Sort operations are used
1890
for <literal>ORDER BY</literal>, <literal>DISTINCT</literal>,
1891
and merge joins.
1892
- Hash tables are used in hash joins, hash-based aggregation, result
1893
- cache nodes and hash-based processing of <literal>IN</literal>
1894
- subqueries.
+ Hash tables are used in hash joins, hash-based aggregation, memoize
+ nodes and hash-based processing of <literal>IN</literal> subqueries.
1895
</para>
1896
<para>
1897
Hash-based operations are generally more sensitive to memory
0 commit comments