File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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: Mon Sep 19 22:21 :26 EDT 2005
5
+ Last updated: Tue Sep 20 16:51 :26 EDT 2005
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -939,11 +939,11 @@ Optimizer / Executor
939
939
* Have EXPLAIN ANALYZE highlight poor optimizer estimates
940
940
* Consider using hash buckets to do DISTINCT, rather than sorting
941
941
942
- This would be beneficial when there are few distinct values.
942
+ This would be beneficial when there are few distinct values. This is
943
+ already used by GROUP BY.
943
944
944
945
* Log queries where the optimizer row estimates were dramatically
945
946
different from the number of rows actually found?
946
- * Allow DISTINCT to use hashing like GROUP BY
947
947
948
948
949
949
Miscellaneous Performance
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: Mon Sep 19 22:21 :26 EDT 2005
11
+ Last updated: Tue Sep 20 16:51 :26 EDT 2005
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -851,11 +851,11 @@ <h1><a name="section_20">Optimizer / Executor</a></h1>
851
851
</ li > < li > Improve ability to display optimizer analysis using OPTIMIZER_DEBUG
852
852
</ li > < li > Have EXPLAIN ANALYZE highlight poor optimizer estimates
853
853
</ li > < li > Consider using hash buckets to do DISTINCT, rather than sorting
854
- < p > This would be beneficial when there are few distinct values.
854
+ < p > This would be beneficial when there are few distinct values. This is
855
+ already used by GROUP BY.
855
856
</ p >
856
857
</ li > < li > Log queries where the optimizer row estimates were dramatically
857
858
different from the number of rows actually found?
858
- </ li > < li > Allow DISTINCT to use hashing like GROUP BY
859
859
</ li > </ ul >
860
860
< h1 > < a name ="section_21 "> Miscellaneous Performance</ a > </ h1 >
861
861
You can’t perform that action at this time.
0 commit comments