>
> * Consider automatic caching of queries at various levels:
> o Parsed query tree
> o Query execute plan
> o Query results
Bracketed items "[]" have more detail.
-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.
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
======