Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9a59ff4

Browse files
committed
doc: clarify the effect of concurrent work_mem allocations
Reported-by: Sami ImseihDiscussion:https://postgr.es/m/66590882-F48C-4A25-83E3-73792CF8C51F@amazon.comBackpatch-through: 11
1 parentcc06762 commit9a59ff4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1697,9 +1697,10 @@ include_dir 'conf.d'
16971697
(such as a sort or hash table) before writing to temporary disk files.
16981698
If this value is specified without units, it is taken as kilobytes.
16991699
The default value is four megabytes (<literal>4MB</literal>).
1700-
Note that for a complex query, several sort or hash operations might be
1701-
running in parallel; each operation will be allowed to use as much memory
1702-
as this value specifies before it starts to write data into temporary
1700+
Note that a complex query might perform several sort and hash
1701+
operations at the same time, with each operation generally being
1702+
allowed to use as much memory as this value specifies before it
1703+
starts to write data into temporary
17031704
files. Also, several running sessions could be doing such operations
17041705
concurrently. Therefore, the total memory used could be many
17051706
times the value of <varname>work_mem</varname>; it is necessary to

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp