From: Bruce Momjian Date: Mon, 27 Sep 2004 14:17:51 +0000 (+0000) Subject: Add: X-Git-Tag: REL8_0_0BETA4~275 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ceec70fc79a3c9bbda802b1464f05b791f28f2c;p=postgresql Add: > > * Consider automatic caching of queries at various levels: > o Parsed query tree > o Query execute plan > o Query results --- diff --git a/doc/TODO b/doc/TODO index fd73ea4e6e..137a1001bb 100644 --- a/doc/TODO +++ b/doc/TODO @@ -5,7 +5,7 @@ TODO list for PostgreSQL Bracketed items "[]" have more detail. Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Mon Sep 27 10:15:31 EDT 2004 +Last updated: Mon Sep 27 10:17:45 EDT 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -611,6 +611,11 @@ Cache visibility rules, or a single cached value could be used and invalidated if anyone modifies the table. [count] +* Consider automatic caching of queries at various levels: + o Parsed query tree + o Query execute plan + o Query results + Vacuum ======