Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 44ba6f3

Browse files
committed
Add URL for
< * Consider increasing the number of default statistics target, and < reduce statistics target overhead
1 parent bd8131e commit 44ba6f3

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

doc/TODO

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Wed May 7 00:34:37 EDT 2008
4+
Last updated: Wed May 7 00:45:30 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1269,14 +1269,15 @@ Indexes
12691269
http://archives.postgresql.org/pgsql-performance/2006-10/msg00222.php
12701270
http://archives.postgresql.org/pgsql-hackers/2007-03/msg01131.php
12711271

1272-
* Consider increasing the number of default statistics target, and
1273-
reduce statistics target overhead
1272+
* Consider increasing the default and maximum number of statistics targets,
1273+
and reduce statistics target overhead
12741274

12751275
Also consider having a larger statistics target for indexed columns
12761276
and expression indexes
12771277
http://archives.postgresql.org/pgsql-general/2007-05/msg01228.php
12781278
http://archives.postgresql.org/pgsql-general/2007-06/msg00542.php
12791279
http://archives.postgresql.org/pgsql-hackers/2008-01/msg01066.php
1280+
http://archives.postgresql.org/pgsql-hackers/2008-03/msg00188.php
12801281

12811282
* Consider smaller indexes that record a range of values per heap page,
12821283
rather than having one index entry for every heap row

doc/src/FAQ/TODO.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Wed May 7 00:34:37 EDT 2008
11+
Last updated: Wed May 7 00:45:30 EDT 2008
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -1101,13 +1101,14 @@ <h1><a name="section_12">Indexes</a></h1>
11011101
<p> <a href="http://archives.postgresql.org/pgsql-performance/2006-10/msg00222.php">http://archives.postgresql.org/pgsql-performance/2006-10/msg00222.php</a>
11021102
<a href="http://archives.postgresql.org/pgsql-hackers/2007-03/msg01131.php">http://archives.postgresql.org/pgsql-hackers/2007-03/msg01131.php</a>
11031103
</p>
1104-
</li><li>Consider increasing the number of default statistics target, and
1105-
reduce statistics target overhead
1104+
</li><li>Consider increasing the default and maximum number of statistics targets,
1105+
and reduce statistics target overhead
11061106
<p> Also consider having a larger statistics target for indexed columns
11071107
and expression indexes
11081108
<a href="http://archives.postgresql.org/pgsql-general/2007-05/msg01228.php">http://archives.postgresql.org/pgsql-general/2007-05/msg01228.php</a>
11091109
<a href="http://archives.postgresql.org/pgsql-general/2007-06/msg00542.php">http://archives.postgresql.org/pgsql-general/2007-06/msg00542.php</a>
11101110
<a href="http://archives.postgresql.org/pgsql-hackers/2008-01/msg01066.php">http://archives.postgresql.org/pgsql-hackers/2008-01/msg01066.php</a>
1111+
<a href="http://archives.postgresql.org/pgsql-hackers/2008-03/msg00188.php">http://archives.postgresql.org/pgsql-hackers/2008-03/msg00188.php</a>
11111112
</p>
11121113
</li><li>Consider smaller indexes that record a range of values per heap page,
11131114
rather than having one index entry for every heap row

0 commit comments

Comments
 (0)