PostgreSQL TODO List
====================
-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.
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
-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
Improve merge join performance by allowing mark/restore of
tuple sources
+
+
Consider using a hash for joining to a large IN (VALUES ...) list