File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1582,9 +1582,10 @@ include_dir 'conf.d'
1582
1582
Specifies the amount of memory to be used by internal sort operations
1583
1583
and hash tables before writing to temporary disk files. The value
1584
1584
defaults to four megabytes (<literal>4MB</literal>).
1585
- Note that for a complex query, several sort or hash operations might be
1586
- running in parallel; each operation will be allowed to use as much memory
1587
- as this value specifies before it starts to write data into temporary
1585
+ Note that a complex query might perform several sort and hash
1586
+ operations at the same time, with each operation generally being
1587
+ allowed to use as much memory as this value specifies before it
1588
+ starts to write data into temporary
1588
1589
files. Also, several running sessions could be doing such operations
1589
1590
concurrently. Therefore, the total memory used could be many
1590
1591
times the value of <varname>work_mem</varname>; it is necessary to
You can’t perform that action at this time.
0 commit comments