Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5a12c80

Browse files
committed
Note that effective_io_concurrency only affects bitmap heap scans.
Josh Kupershmidt
1 parent 20709f8 commit 5a12c80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,8 @@ SET ENABLE_SEQSCAN TO OFF;
13541354
simultaneously. Raising this value will increase the number of I/O
13551355
operations that any individual <productname>PostgreSQL</> session
13561356
attempts to initiate in parallel. The allowed range is 1 to 1000,
1357-
or zero to disable issuance of asynchronous I/O requests.
1357+
or zero to disable issuance of asynchronous I/O requests. Currently,
1358+
this setting only affects bitmap heap scans.
13581359
</para>
13591360

13601361
<para>

0 commit comments

Comments
 (0)