Commit 8e9accca authored by Bruce Momjian's avatar Bruce Momjian

Reword:

< * Improve concurrency in GIST
> * Add concurrency to GIST
parent 79ec8100
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Mon Oct 28 21:50:03 EST 2002 Last updated: Mon Oct 28 22:22:27 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -170,7 +170,7 @@ Indexes ...@@ -170,7 +170,7 @@ Indexes
* Allow SELECT * FROM tab WHERE int2col = 4 to use int2col index, int8, * Allow SELECT * FROM tab WHERE int2col = 4 to use int2col index, int8,
float4, numeric/decimal too [optimizer] float4, numeric/decimal too [optimizer]
* Add FILLFACTOR to btree index creation * Add FILLFACTOR to btree index creation
* Improve concurrency in GIST * Add concurrency to GIST
* Improve concurrency of hash indexes (Neil) * Improve concurrency of hash indexes (Neil)
* -Test hash index performance and discourage usage * -Test hash index performance and discourage usage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment