aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-09-27 14:17:51 +0000
committerBruce Momjian <bruce@momjian.us>2004-09-27 14:17:51 +0000
commit7ceec70fc79a3c9bbda802b1464f05b791f28f2c (patch)
tree4a7ade97b198594fe7ce46fd93a503a114e2f92b
parent08e9f6974c8640431bfd4dbc6c3cb08cc4597ae9 (diff)
downloadpostgresql-7ceec70fc79a3c9bbda802b1464f05b791f28f2c.tar.gz
postgresql-7ceec70fc79a3c9bbda802b1464f05b791f28f2c.zip
Add:
> > * Consider automatic caching of queries at various levels: > o Parsed query tree > o Query execute plan > o Query results
-rw-r--r--doc/TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index fd73ea4e6e1..137a1001bb5 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
======