Skip to content

Commit 960f545

Browse files
committed
Update bitmap index description:
< Such indexes could be more compact if there are only a few unique values. > Such indexes could be more compact if there are only a few distinct values. > Such indexes can also be compressed. Keeping such indexes updated can be > costly.
1 parent 1813d94 commit 960f545

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/TODO

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TODO list for PostgreSQL
66
Bracketed items "[]" have more detail.
77

88
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
9-
Last updated: Mon Nov 8 23:13:58 EST 2004
9+
Last updated: Tue Nov 9 10:10:57 EST 2004
1010

1111
The most recent version of this document can be viewed at the PostgreSQL web
1212
site, http://www.PostgreSQL.org.
@@ -261,7 +261,9 @@ Indexes
261261
* Allow the creation of on-disk bitmap indexes which can be quickly
262262
combined with other bitmap indexes
263263

264-
Such indexes could be more compact if there are only a few unique values.
264+
Such indexes could be more compact if there are only a few distinct values.
265+
Such indexes can also be compressed. Keeping such indexes updated can be
266+
costly.
265267

266268
* Allow use of indexes to search for NULLs
267269

0 commit comments

Comments
 (0)