Add:
authorBruce Momjian
Tue, 11 Mar 2008 18:14:57 +0000 (18:14 +0000)
committerBruce Momjian
Tue, 11 Mar 2008 18:14:57 +0000 (18:14 +0000)
>
> * Consider using a hash for joining to a large IN (VALUES ...) list
>
>   http://archives.postgresql.org/pgsql-hackers/2007-05/msg00450.php

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

index c04cf42749c282bd4194449cf74e4c4267d15c1e..ba6221ebaea731c7a09f05951b15add2589903fe 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue Mar 11 14:05:02 EDT 2008
+Last updated:      Tue Mar 11 14:14:49 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1443,6 +1443,10 @@ Optimizer / Executor
 
   http://archives.postgresql.org/pgsql-hackers/2007-01/msg00096.php
 
+* Consider using a hash for joining to a large IN (VALUES ...) list
+
+  http://archives.postgresql.org/pgsql-hackers/2007-05/msg00450.php
+
 
 
 Miscellaneous Performance
index f605b2b38265ed7683130077220639e929d59128..5db40f6428c1b5a60934da4e9514a3a8330b6bd8 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue Mar 11 14:05:02 EDT 2008
+Last updated:           Tue Mar 11 14:14:49 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1257,6 +1257,9 @@ first.  There is also a developer's wiki at
   
  • Improve merge join performance by allowing mark/restore of
  •    tuple sources
     

      http://archives.postgresql.org/pgsql-hackers/2007-01/msg00096.php

    +

    +  
  • Consider using a hash for joining to a large IN (VALUES ...) list
  • +

      http://archives.postgresql.org/pgsql-hackers/2007-05/msg00450.php

     

     
     

    Miscellaneous Performance