diff options
author | Bruce Momjian | 2004-11-29 02:29:28 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-11-29 02:29:28 +0000 |
commit | eeed2274e59c9a4f43839567716858978e384944 (patch) | |
tree | 8758008e22e69e1226f33368f3cd8730e6b14350 | |
parent | 86c8cc6d225c1ed492ffc70f7f8d9575b37a15d3 (diff) |
Add:
> * Auto-vacuum
> o Move into the backend code
> o Scan the buffer cache to find free space or use background writer
> o Use free-space map information to guide refilling
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -6,7 +6,7 @@ TODO list for PostgreSQL Bracketed items "[]" have more detail. Current maintainer: Bruce Momjian ([email protected]) -Last updated: Sun Nov 28 00:12:08 EST 2004 +Last updated: Sun Nov 28 21:29:24 EST 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -696,6 +696,10 @@ Vacuum This allows vacuum to reclaim free space without requiring a sequential scan +* Auto-vacuum + o Move into the backend code + o Scan the buffer cache to find free space or use background writer + o Use free-space map information to guide refilling Locking ======= |