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

Commit9b9b149

Browse files
committed
Fix typo 233 pages -> 333 pages.
1 parent70fba70 commit9b9b149

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/perform.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/perform.sgml,v 1.24 2003/01/25 23:10:27 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/perform.sgml,v 1.25 2003/01/27 22:40:56 momjian Exp $
33
-->
44

55
<chapter id="performance-tips">
@@ -109,8 +109,8 @@ regression=# EXPLAIN SELECT * FROM tenk1;
109109
SELECT * FROM pg_class WHERE relname = 'tenk1';
110110
</programlisting>
111111

112-
you will find out that <classname>tenk1</classname> has233 disk
113-
pages and 10000 rows. So the cost is estimated at233 page
112+
you will find out that <classname>tenk1</classname> has333 disk
113+
pages and 10000 rows. So the cost is estimated at333 page
114114
reads, defined as costing 1.0 apiece, plus 10000 * <varname>cpu_tuple_cost</varname> which is
115115
currently 0.01 (try <command>SHOW cpu_tuple_cost</command>).
116116
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp