Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c58eb2d

Browse files
committed
Add:
> * Consider using hash buckets to do DISTINCT, rather than sorting > > This would be beneficial when there are few distinct values.
1 parent bf831f6 commit c58eb2d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/TODO

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
55
Bracketed items "[]" have more detail.
66

77
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
99

1010
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
1111

@@ -802,6 +802,9 @@ Optimizer / Executor
802802
CHECK constraints contain information about the distribution of values
803803
within the table. This is also useful for implementing subtables where
804804
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.
805808

806809

807810
Miscellaneous

0 commit comments

Comments
 (0)