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

Commit982b26c

Browse files
committed
RANDOM_PAGE_COST clarification of docs.
Joseph Shraibman
1 parenta2bd3e2 commit982b26c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎doc/src/sgml/runtime.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp