aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-08-27 01:44:49 +0000
committerBruce Momjian <bruce@momjian.us>2004-08-27 01:44:49 +0000
commit3bc7564cf9cc6c8f1c657e3351ca43d90a0f0d2b (patch)
tree94e785217ec4325a8e68d203ecd1b934c035b0b4
parent337b513e073cf450ae064a335574015bdeb68610 (diff)
downloadpostgresql-3bc7564cf9cc6c8f1c657e3351ca43d90a0f0d2b.tar.gz
postgresql-3bc7564cf9cc6c8f1c657e3351ca43d90a0f0d2b.zip
Update:
< This would require some background daemon to restore clustering > This would require some background daemon to maintain clustering 397c397,399 < paritally filled for easier reorganization. > paritally filled for easier reorganization. It also might require > creating a merged heap/index data file so an index lookup would > automatically access the heap data too.
-rw-r--r--doc/TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index a422694f833..7c82c774a73 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Wed Aug 25 23:09:14 EDT 2004
+Last updated: Thu Aug 26 21:44:50 EDT 2004
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
@@ -392,9 +392,11 @@ Commands
* CLUSTER
o Automatically maintain clustering on a table
- This would require some background daemon to restore clustering
+ This would require some background daemon to maintain clustering
during periods of low usage. It might also require tables to be only
- paritally filled for easier reorganization.
+ paritally filled for easier reorganization. It also might require
+ creating a merged heap/index data file so an index lookup would
+ automatically access the heap data too.
o -Add ALTER TABLE table SET WITHOUT CLUSTER (Christopher)
o Add default clustering to system tables