Update TODO description for GIT:
authorBruce Momjian
Thu, 24 Apr 2008 15:54:00 +0000 (15:54 +0000)
committerBruce Momjian
Thu, 24 Apr 2008 15:54:00 +0000 (15:54 +0000)
* Consider smaller indexes that record a range of values per heap page,
  rather than having one index entry for every heap row

doc/TODO
doc/src/FAQ/TODO.html

index ec79bce6659fa5df2899af4179fe2ebbe0d2edbd..2d2a83a5531840e3eb97891658f5c319b0780568 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Wed Apr 23 22:24:23 EDT 2008
+Last updated:      Thu Apr 24 11:53:48 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1257,9 +1257,10 @@ Indexes
   http://archives.postgresql.org/pgsql-general/2007-06/msg00542.php
   http://archives.postgresql.org/pgsql-hackers/2008-01/msg01066.php
 
-* Consider compressing indexes by storing key values duplicated in
-  several rows as a single index entry
+* Consider smaller indexes that record a range of values per heap page,
+  rather than having one index entry for every heap row
 
+  This is useful if the heap is clustered by the indexed values.
   http://archives.postgresql.org/pgsql-hackers/2006-12/msg00341.php
   http://archives.postgresql.org/pgsql-hackers/2007-02/msg01264.php
   http://archives.postgresql.org/pgsql-hackers/2007-03/msg00465.php
index be92964806daf15e28c885253e3d61b9afa2a068..96d38b74cb6ca2f9480f9b32f216d2c89bcdceaa 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Wed Apr 23 22:24:23 EDT 2008
+Last updated:           Thu Apr 24 11:53:48 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1090,9 +1090,10 @@ first.  There is also a developer's wiki at
   http://archives.postgresql.org/pgsql-general/2007-06/msg00542.php
   http://archives.postgresql.org/pgsql-hackers/2008-01/msg01066.php
 

-  
  • Consider compressing indexes by storing key values duplicated in
  • -  several rows as a single index entry
    -

      http://archives.postgresql.org/pgsql-hackers/2006-12/msg00341.php

    +  
  • Consider smaller indexes that record a range of values per heap page,
  • +  rather than having one index entry for every heap row
    +

      This is useful if the heap is clustered by the indexed values.

    +  http://archives.postgresql.org/pgsql-hackers/2006-12/msg00341.php
       http://archives.postgresql.org/pgsql-hackers/2007-02/msg01264.php
       http://archives.postgresql.org/pgsql-hackers/2007-03/msg00465.php
       http://archives.postgresql.org/pgsql-patches/2007-03/msg00163.php