diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-06-10 11:56:27 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-06-10 11:56:27 +0000 |
commit | 93db6f6ae28ed8c9467ba26e95131ba7dfa94b20 (patch) | |
tree | fc125ec02ccfdf3db135410231ad52a17f6120ee | |
parent | 13c30084f678df27244cc9a243fa298256520b79 (diff) | |
download | postgresql-93db6f6ae28ed8c9467ba26e95131ba7dfa94b20.tar.gz postgresql-93db6f6ae28ed8c9467ba26e95131ba7dfa94b20.zip |
Reword:
< * Allow hash buckets to fill disk pages, rather than being sparse
> * Pack hash index buckets onto disk pages more efficiently
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Jun 10 00:33:46 EDT 2004 +Last updated: Thu Jun 10 07:56:22 EDT 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -147,7 +147,7 @@ Indexes * Add FILLFACTOR to btree index creation * Add concurrency to GIST * Allow a single index to index multiple tables (for inheritance and subtables) -* Allow hash buckets to fill disk pages, rather than being sparse +* Pack hash index buckets onto disk pages more efficiently Commands |