Commit aa874ee0 authored by Bruce Momjian's avatar Bruce Momjian

Add:

> * Cache last known per-tuple offsets to speed long tuple access
parent 5458bd2f
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -333,6 +333,7 @@ Cache ...@@ -333,6 +333,7 @@ Cache
* Allow binding query args over FE/BE protocol * Allow binding query args over FE/BE protocol
* Consider use of open/fcntl(O_DIRECT) to minimize OS caching * Consider use of open/fcntl(O_DIRECT) to minimize OS caching
* Make blind writes go through the file descriptor cache * Make blind writes go through the file descriptor cache
* Cache last known per-tuple offsets to speed long tuple access
Vacuum Vacuum
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment