File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ TODO list for PostgreSQL
5
5
Bracketed items "[]" have more detail.
6
6
7
7
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
8
- Last updated: Mon Aug 30 12:08:12 EDT 2004
8
+ Last updated: Wed Sep 1 21:18:44 EDT 2004
9
9
10
10
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
11
11
@@ -802,6 +802,9 @@ Optimizer / Executor
802
802
CHECK constraints contain information about the distribution of values
803
803
within the table. This is also useful for implementing subtables where
804
804
a tables content is distributed across several subtables.
805
+ * Consider using hash buckets to do DISTINCT, rather than sorting
806
+
807
+ This would be beneficial when there are few distinct values.
805
808
806
809
807
810
Miscellaneous
You can’t perform that action at this time.
0 commit comments