1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00
> * Cache last known per-tuple offsets to speed long tuple access
This commit is contained in:
Bruce Momjian
2003-02-14 13:11:44 +00:00
parent 5458bd2fa5
commit aa874ee0d7

View File

@ -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