File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.160 2002/12/04 21:43:07 momjian Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.161 2002/12/06 05:17:03 momjian Exp $
33-->
44
55<Chapter Id="runtime">
@@ -841,7 +841,9 @@ env PGOPTIONS='-c geqo=off' psql
841841 <para>
842842 Sets the query optimizer's estimate of the cost of a
843843 nonsequentially fetched disk page. This is measured as a
844- multiple of the cost of a sequential page fetch.
844+ multiple of the cost of a sequential page fetch. A higher
845+ value makes it more likely a sequential scan will be used,
846+ a lower value makes it more likely an index scan will be used.
845847 </para>
846848 </listitem>
847849 </varlistentry>
You can’t perform that action at this time.
0 commit comments