We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent08e9f69 commit7ceec70Copy full SHA for 7ceec70
doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
5
Bracketed items "[]" have more detail.
6
7
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
8
-Last updated:Mon Sep 27 10:15:31 EDT 2004
+Last updated:Mon Sep 27 10:17:45 EDT 2004
9
10
The most recent version of this document can be viewed at the PostgreSQL web
11
site, http://www.PostgreSQL.org.
@@ -611,6 +611,11 @@ Cache
611
visibility rules, or a single cached value could be used and
612
invalidated if anyone modifies the table. [count]
613
614
+* Consider automatic caching of queries at various levels:
615
+o Parsed query tree
616
+o Query execute plan
617
+o Query results
618
+
619
620
Vacuum
621
======