From ff0d8159fe792dad811af7e12d016571afd04f2e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 9 Jan 2007 22:43:31 +0000 Subject: [PATCH] Add: > > * Improve merge join performance by allowing mark/restore of > tuple sources > > http://archives.postgresql.org/pgsql-hackers/2007-01/msg00096.php > --- doc/TODO | 8 +++++++- doc/src/FAQ/TODO.html | 6 +++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index ebf37b907c..be73e2e8c1 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Tue Jan 9 16:33:10 EST 2007 +Last updated: Tue Jan 9 17:43:27 EST 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1200,6 +1200,12 @@ Optimizer / Executor This might replace GEQO, http://sixdemonbag.org/Djinni. +* Improve merge join performance by allowing mark/restore of + tuple sources + + http://archives.postgresql.org/pgsql-hackers/2007-01/msg00096.php + + Miscellaneous Performance ========================= diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 4bff119de7..40835233a7 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Tue Jan 9 16:33:10 EST 2007 +Last updated: Tue Jan 9 17:43:27 EST 2007

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -1078,6 +1078,10 @@ first. different from the number of rows actually found?

  • Consider compressed annealing to search for query plans

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

    +
  • Improve merge join performance by allowing mark/restore of + tuple sources +

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

  • Miscellaneous Performance

    -- 2.40.0