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 22PostgreSQL TODO List
33====================
44Current 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
77The most recent version of this document can be viewed at the PostgreSQL web
88site, 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
884886Miscellaneous
Original file line number Diff line number Diff line change 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 />
1414site, < 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
You can’t perform that action at this time.
0 commit comments