Add:
authorBruce Momjian
Wed, 21 Mar 2007 21:25:46 +0000 (21:25 +0000)
committerBruce Momjian
Wed, 21 Mar 2007 21:25:46 +0000 (21:25 +0000)
<
<
>  o During index creation, pre-sort the tuples to improve build speed
>
>    http://archives.postgresql.org/pgsql-hackers/2007-03/msg01199.php
>

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

index 40ffbf6bd7b6c10a92dc1f4b2370e202927ebd9c..9ccb45eee3b6ed205c632b5fb51ba90c1a83563b 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Wed Mar 21 17:21:13 EDT 2007
+Last updated:      Wed Mar 21 17:25:43 EDT 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1031,12 +1031,14 @@ Indexes
 
    o Consider sorting hash buckets so entries can be found using a
      binary search, rather than a linear scan
-
    o In hash indexes, consider storing the hash value with or instead
      of the key itself
-
    o Add WAL logging for crash recovery
    o Allow multi-column hash indexes
+   o During index creation, pre-sort the tuples to improve build speed
+
+     http://archives.postgresql.org/pgsql-hackers/2007-03/msg01199.php
+
 
 
 Fsync
index 3625a87bb39fd882fdbf0d825fbcd6ae9258a400..9c76929af5568bba0cc84b2bb3b72831686c3edd 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Wed Mar 21 17:21:13 EDT 2007
+Last updated:           Wed Mar 21 17:25:43 EDT 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -921,6 +921,9 @@ first.  There is also a developer's wiki at
           of the key itself
     
  • Add WAL logging for crash recovery
  •      
  • Allow multi-column hash indexes
  • +    
  • During index creation, pre-sort the tuples to improve build speed
  • +

              http://archives.postgresql.org/pgsql-hackers/2007-03/msg01199.php

    +

       
     
     

    Fsync