Add:
authorBruce Momjian
Mon, 31 Jul 2006 23:04:13 +0000 (23:04 +0000)
committerBruce Momjian
Mon, 31 Jul 2006 23:04:13 +0000 (23:04 +0000)
> * Consider compressed annealing to search for query plans
>
>   This might replace GEQO, http://sixdemonbag.org/Djinni.

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

index 915af86e58c2251da23a17048bac0cb2c8052778..63517adf1ae353ff42d251ef0751a6a7d57b532a 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Sat Jul 29 21:48:36 EDT 2006
+Last updated:      Mon Jul 31 19:02:06 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1286,6 +1286,9 @@ Optimizer / Executor
 
 * Log statements where the optimizer row estimates were dramatically
   different from the number of rows actually found?
+* Consider compressed annealing to search for query plans
+
+  This might replace GEQO, http://sixdemonbag.org/Djinni.
 
 
 Miscellaneous Performance
index e1cfb5f6589e10f909f8761e712829c377cbfa57..71b76e72828323fb9f166d199f52f31f9506862d 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sat Jul 29 21:48:36 EDT 2006
+Last updated:           Mon Jul 31 19:02:06 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1160,6 +1160,9 @@ first.
 

   
  • Log statements where the optimizer row estimates were dramatically
  •    different from the number of rows actually found?
    +  
  • Consider compressed annealing to search for query plans
  • +

      This might replace GEQO, http://sixdemonbag.org/Djinni.

    +

     
     

    Miscellaneous Performance