mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Mention btree:
> * Add FILLFACTOR to btree index creation
This commit is contained in:
parent
17adf80b47
commit
50b7148218
4
doc/TODO
4
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Tue May 28 20:36:36 EDT 2002
|
Last updated: Sat Jun 1 15:52:53 EDT 2002
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -161,8 +161,8 @@ Indexes
|
|||||||
* Improve handling of index scans for NULL
|
* Improve handling of index scans for NULL
|
||||||
* 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
|
||||||
* Improve concurrency in GIST
|
* Improve concurrency in GIST
|
||||||
* Add FILLFACTOR to index creation
|
|
||||||
* Improve concurrency of hash indexes (Neil Conway)
|
* Improve concurrency of hash indexes (Neil Conway)
|
||||||
* Test hash index performance and recommend or discourage usage
|
* Test hash index performance and recommend or discourage usage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user