Skip to content

Commit 7ceec70

Browse files
committed
Add:
> > * Consider automatic caching of queries at various levels: > o Parsed query tree > o Query execute plan > o Query results
1 parent 08e9f69 commit 7ceec70

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/TODO

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
55
Bracketed items "[]" have more detail.
66

77
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
8-
Last updated: Mon Sep 27 10:15:31 EDT 2004
8+
Last updated: Mon Sep 27 10:17:45 EDT 2004
99

1010
The most recent version of this document can be viewed at the PostgreSQL web
1111
site, http://www.PostgreSQL.org.
@@ -611,6 +611,11 @@ Cache
611611
visibility rules, or a single cached value could be used and
612612
invalidated if anyone modifies the table. [count]
613613

614+
* Consider automatic caching of queries at various levels:
615+
o Parsed query tree
616+
o Query execute plan
617+
o Query results
618+
614619

615620
Vacuum
616621
======

0 commit comments

Comments
 (0)