We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aadc50 commit c23e7eaCopy full SHA for c23e7ea
doc/src/sgml/config.sgml
@@ -1891,9 +1891,8 @@ include_dir 'conf.d'
1891
fact in mind when choosing the value. Sort operations are used
1892
for <literal>ORDER BY</literal>, <literal>DISTINCT</literal>,
1893
and merge joins.
1894
- Hash tables are used in hash joins, hash-based aggregation, result
1895
- cache nodes and hash-based processing of <literal>IN</literal>
1896
- subqueries.
+ Hash tables are used in hash joins, hash-based aggregation, memoize
+ nodes and hash-based processing of <literal>IN</literal> subqueries.
1897
</para>
1898
<para>
1899
Hash-based operations are generally more sensitive to memory
0 commit comments