Skip to content

Commit 9b9b149

Browse files
committed
Fix typo 233 pages -> 333 pages.
1 parent 70fba70 commit 9b9b149

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> has 233 disk
113-
pages and 10000 rows. So the cost is estimated at 233 page
112+
you will find out that <classname>tenk1</classname> has 333 disk
113+
pages and 10000 rows. So the cost is estimated at 333 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy