File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
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
6
6
7
7
The most recent version of this document can be viewed at the PostgreSQL web
8
8
site, http://www.PostgreSQL.org.
@@ -879,6 +879,8 @@ Optimizer / Executor
879
879
This would be beneficial when there are few distinct values.
880
880
881
881
* 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 (?)
882
884
883
885
884
886
Miscellaneous
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at the PostgreSQL web< br />
14
14
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>
800
800
< p > This would be beneficial when there are few distinct values.
801
801
</ p >
802
802
</ 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 (?)
803
805
</ li > </ ul >
804
806
< h1 > < a name ="section_19 "> Miscellaneous</ a > </ h1 >
805
807
You can’t perform that action at this time.
0 commit comments