We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf831f6 commit c58eb2dCopy full SHA for c58eb2d
doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
5
Bracketed items "[]" have more detail.
6
7
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
8
-Last updated: Mon Aug 30 12:08:12 EDT 2004
+Last updated: Wed Sep 1 21:18:44 EDT 2004
9
10
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
11
@@ -802,6 +802,9 @@ Optimizer / Executor
802
CHECK constraints contain information about the distribution of values
803
within the table. This is also useful for implementing subtables where
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.
808
809
810
Miscellaneous
0 commit comments