Commit f6b4707f authored by Bruce Momjian's avatar Bruce Momjian

Add idea on auto-cluster:

< 	  store heap rows in hashed groups.
> 	  store heap rows in hashed groups, perhaps using a user-supplied
> 	  hash function.
parent aafbf33d
...@@ -5,7 +5,7 @@ TODO list for PostgreSQL ...@@ -5,7 +5,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail. Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Wed Nov 3 14:27:54 EST 2004 Last updated: Wed Nov 3 14:37:57 EST 2004
The most recent version of this document can be viewed at the PostgreSQL web The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org. site, http://www.PostgreSQL.org.
...@@ -381,7 +381,8 @@ Commands ...@@ -381,7 +381,8 @@ Commands
paritally filled for easier reorganization. Another idea would paritally filled for easier reorganization. Another idea would
be to create a merged heap/index data file so an index lookup would be to create a merged heap/index data file so an index lookup would
automatically access the heap data too. A third idea would be to automatically access the heap data too. A third idea would be to
store heap rows in hashed groups. store heap rows in hashed groups, perhaps using a user-supplied
hash function.
o Add default clustering to system tables o Add default clustering to system tables
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment