From: Robert Haas Date: Wed, 27 Oct 2010 01:44:14 +0000 (-0400) Subject: Note that effective_io_concurrency only affects bitmap heap scans. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5a12c808cf223c7a5498217142cc9cb45efe033a;p=users%2Fkgrittn%2Fpostgres.git Note that effective_io_concurrency only affects bitmap heap scans. Josh Kupershmidt --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index f178835d2b..898cdacbb1 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1354,7 +1354,8 @@ SET ENABLE_SEQSCAN TO OFF; simultaneously. Raising this value will increase the number of I/O operations that any individual PostgreSQL session attempts to initiate in parallel. The allowed range is 1 to 1000, - or zero to disable issuance of asynchronous I/O requests. + or zero to disable issuance of asynchronous I/O requests. Currently, + this setting only affects bitmap heap scans.