diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-08-27 04:34:28 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-08-27 04:34:28 +0000 |
commit | ef16b4e1574799b6e2aa6549a6eda5e4867675ec (patch) | |
tree | de3f0fa0a091da29300f575cefbf93dda7f28f3c | |
parent | 968b87686a041a532cdaa116b2a22ad3f5025791 (diff) | |
download | postgresql-ef16b4e1574799b6e2aa6549a6eda5e4867675ec.tar.gz postgresql-ef16b4e1574799b6e2aa6549a6eda5e4867675ec.zip |
Update wording:
< This would require some background daemon to maintain clustering
> This might require some background daemon to maintain clustering
397,398c397,398
< paritally filled for easier reorganization. It also might require
< creating a merged heap/index data file so an index lookup would
> paritally filled for easier reorganization. Another idea would
> be to create a merged heap/index data file so an index lookup would
-rw-r--r-- | doc/TODO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,7 +5,7 @@ TODO list for PostgreSQL Bracketed items "[]" have more detail. Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Thu Aug 26 21:44:50 EDT 2004 +Last updated: Fri Aug 27 00:34:33 EDT 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -392,10 +392,10 @@ Commands * CLUSTER o Automatically maintain clustering on a table - This would require some background daemon to maintain clustering + This might 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. It also might require - creating a merged heap/index data file so an index lookup would + paritally filled for easier reorganization. Another idea would + be to create 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) |