Skip to content
Snippets Groups Projects
Commit d0b59901 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Document that Solaris can't use effective_io_concurrency because of an

ineffective posix_fadvise().
parent 85369f88
Branches
Tags
No related merge requests found
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.213 2009/03/26 20:55:49 tgl Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.214 2009/04/02 22:44:10 momjian Exp $ -->
<chapter Id="runtime-config"> <chapter Id="runtime-config">
<title>Server Configuration</title> <title>Server Configuration</title>
...@@ -1253,8 +1253,7 @@ SET ENABLE_SEQSCAN TO OFF; ...@@ -1253,8 +1253,7 @@ SET ENABLE_SEQSCAN TO OFF;
function, which some operating systems lack. If the function is not function, which some operating systems lack. If the function is not
present then setting this parameter to anything but zero will result present then setting this parameter to anything but zero will result
in an error. On some operating systems the function is present but in an error. On some operating systems the function is present but
does not actually do anything. On such systems setting a nonzero does not actually do anything (e.g. Solaris).
value will add CPU overhead without improving performance.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment