diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-02-19 22:34:27 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-02-19 22:34:27 +0000 |
commit | 8a58c7f5bcc812d91d74f85aaa57834da0ece4c3 (patch) | |
tree | 155258a8fc0123e7d1f1ba3528d9eee111619640 | |
parent | d9b01c13a625bc35b5ac6d92805f7d7d9a9b57c1 (diff) | |
download | postgresql-8a58c7f5bcc812d91d74f85aaa57834da0ece4c3.tar.gz postgresql-8a58c7f5bcc812d91d74f85aaa57834da0ece4c3.zip |
Add:
> * Improve concurrency of hash indexes
> * Test hash index performance and recommend or discourage usage
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Feb 19 16:38:14 EST 2002 +Last updated: Tue Feb 19 17:34:12 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -157,6 +157,8 @@ INDEXES float4, numeric/decimal too [optimizer] * Improve concurrency in GIST * Add FILLFACTOR to index creation +* Improve concurrency of hash indexes +* Test hash index performance and recommend or discourage usage COMMANDS |