mirror of
https://github.com/postgres/postgres.git
synced 2026-03-26 20:34:52 -04:00
Add:
> > * Consider automatic caching of queries at various levels: > o Parsed query tree > o Query execute plan > o Query results
This commit is contained in:
parent
08e9f6974c
commit
7ceec70fc7
1 changed files with 6 additions and 1 deletions
7
doc/TODO
7
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
|
||||
======
|
||||
|
|
|
|||
Loading…
Reference in a new issue