Skip to content

Commit b6d8df6

Browse files
committed
Update:
> * Use bitmaps to fetch heap pages in sequential order [performance] > * Use bitmaps to combine existing indexes [performance]
1 parent 282a588 commit b6d8df6

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: Thu Aug 8 19:50:27 EDT 2002
3+
Last updated: Tue Aug 13 00:32:10 EDT 2002
44

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

@@ -159,7 +159,8 @@ Indexes
159159
* Be smarter about insertion of already-ordered data into btree index
160160
* -Add deleted bit to index tuples to reduce heap access
161161
* Prevent index uniqueness checks when UPDATE does not modifying column
162-
* Add bitmap indexes [performance]
162+
* Use bitmaps to fetch heap pages in sequential order [performance]
163+
* Use bitmaps to combine existing indexes [performance]
163164
* Improve handling of index scans for NULL
164165
* Allow SELECT * FROM tab WHERE int2col = 4 to use int2col index, int8,
165166
float4, numeric/decimal too [optimizer]

0 commit comments

Comments
 (0)