]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Fri, 14 Feb 2003 13:11:44 +0000 (13:11 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 14 Feb 2003 13:11:44 +0000 (13:11 +0000)
> * Cache last known per-tuple offsets to speed long tuple access

doc/TODO

index 9be6dd07a6a79b3f15dfdba864b4c12167ba045e..89e7faa6cdfb4172c427b5beaeee62f47b03948b 100644 (file)
--- 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