]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Tue, 19 Feb 2002 22:34:27 +0000 (22:34 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 19 Feb 2002 22:34:27 +0000 (22:34 +0000)
> * Improve concurrency of hash indexes
> * Test hash index performance and recommend or discourage usage

doc/TODO

index 88d2258e9722be7272249ca6dc5dbb20c86ef579..879556b5f21b092d679bc520f5109942924be33a 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -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