summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2003-02-14 13:11:44 +0000
committerBruce Momjian2003-02-14 13:11:44 +0000
commitaa874ee0d7fcf57257f1c405d81e99503fe0d593 (patch)
tree879b3c3b8b0ee70726c79153dda3a58af83a1990
parent5458bd2fa55848e5fa0ce1d11b79310669f8ea20 (diff)
Add:
> * Cache last known per-tuple offsets to speed long tuple access
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 9be6dd07a6a..89e7faa6cdf 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed Feb 12 09:11:11 EST 2003
+Last updated: Fri Feb 14 08:11:42 EST 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -333,6 +333,7 @@ Cache
* Allow binding query args over FE/BE protocol
* Consider use of open/fcntl(O_DIRECT) to minimize OS caching
* Make blind writes go through the file descriptor cache
+* Cache last known per-tuple offsets to speed long tuple access
Vacuum