Skip to content

Commit e5c7c05

Browse files
committed
Add:
> * Log queries where the optimizer row estimates were dramatically > different from the number of rows actually found (?)
1 parent 047b8a7 commit e5c7c05

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/TODO

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Tue Apr 19 21:17:33 EDT 2005
5+
Last updated: Tue Apr 19 22:43:50 EDT 2005
66

77
The most recent version of this document can be viewed at the PostgreSQL web
88
site, http://www.PostgreSQL.org.
@@ -879,6 +879,8 @@ Optimizer / Executor
879879
This would be beneficial when there are few distinct values.
880880

881881
* ANALYZE should record a pg_statistic entry for an all-NULL column
882+
* Log queries where the optimizer row estimates were dramatically
883+
different from the number of rows actually found (?)
882884

883885

884886
Miscellaneous

doc/src/FAQ/TODO.html

Lines changed: 3 additions & 1 deletion
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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Tue Apr 19 21:17:33 EDT 2005
11+
Last updated: Tue Apr 19 22:43:50 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at the PostgreSQL web<br/>
1414
site, <a href="http://www.PostgreSQL.org">http://www.PostgreSQL.org</a>.
@@ -800,6 +800,8 @@ <h1><a name="section_18">Optimizer / Executor</a></h1>
800800
<p> This would be beneficial when there are few distinct values.
801801
</p>
802802
</li><li>ANALYZE should record a pg_statistic entry for an all-NULL column
803+
</li><li>Log queries where the optimizer row estimates were dramatically
804+
different from the number of rows actually found (?)
803805
</li></ul>
804806
<h1><a name="section_19">Miscellaneous</a></h1>
805807

0 commit comments

Comments
 (0)