|
|
@ -1,6 +1,6 @@ |
|
|
|
TODO list for PostgreSQL |
|
|
|
TODO list for PostgreSQL |
|
|
|
======================== |
|
|
|
======================== |
|
|
|
Last updated: Mon May 26 14:36:44 EDT 2003 |
|
|
|
Last updated: Fri May 30 22:31:44 EDT 2003 |
|
|
|
|
|
|
|
|
|
|
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) |
|
|
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) |
|
|
|
|
|
|
|
|
|
|
@ -329,6 +329,7 @@ Cache |
|
|
|
* 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 |
|
|
|
* Cache last known per-tuple offsets to speed long tuple access |
|
|
|
|
|
|
|
* Consider using MVCC to cache count(*) queries with no WHERE clause |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Vacuum |
|
|
|
Vacuum |
|
|
|