Skip to content

Commit cc574c4

Browse files
committed
Update index growth problem.
1 parent e301b85 commit cc574c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Sat Jun 1 15:52:53 EDT 2002
3+
Last updated: Mon Jun 3 13:40:49 EDT 2002
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -148,7 +148,8 @@ Indexes
148148
* Add UNIQUE capability to non-btree indexes
149149
* Add btree index support for reltime, tinterval, regproc
150150
* Add rtree index support for line, lseg, path, point
151-
* Certain indexes will not shrink, e.g. oid indexes with many inserts
151+
* Certain indexes will not shrink, e.g. indexes on ever-increasing
152+
columns and indexes with many duplicate keys
152153
* Use indexes for min() and max() or convert to SELECT col FROM tab ORDER
153154
BY col DESC LIMIT 1 if appropriate index exists and WHERE clause acceptible
154155
* Allow LIKE indexing optimization for non-ASCII locales

0 commit comments

Comments
 (0)