Update bitmap index description:
authorBruce Momjian
Tue, 9 Nov 2004 15:11:11 +0000 (15:11 +0000)
committerBruce Momjian
Tue, 9 Nov 2004 15:11:11 +0000 (15:11 +0000)
<   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.

doc/TODO

index f796df0fa3af8064715bc75af8a9e804dd70d36d..96e88d7f42d5b78224a49e32a384e9e4824e741e 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -6,7 +6,7 @@ TODO list for PostgreSQL
 Bracketed items "[]" have more detail.
 
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Nov  8 23:13:58 EST 2004
+Last updated:      Tue Nov  9 10:10:57 EST 2004
 
 The most recent version of this document can be viewed at the PostgreSQL web
 site, http://www.PostgreSQL.org.
@@ -261,7 +261,9 @@ Indexes
 * Allow the creation of on-disk bitmap indexes which can be quickly
   combined with other bitmap indexes
 
-  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.
 
 * Allow use of indexes to search for NULLs