PostgreSQL TODO List
====================
-Last updated: Fri Feb 2 16:34:35 EST 2007
+Last updated: Fri Feb 2 17:55:06 EST 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
* %Add an option to sync() before fsync()'ing checkpoint files
* Add program to test if fsync has a delay compared to non-fsync
+* Reduce checkpoint performance degredation by forcing data to disk
+ more evenly
+
+ http://archives.postgresql.org/pgsql-hackers/2006-12/msg00337.php
+ http://archives.postgresql.org/pgsql-hackers/2007-01/msg00079.php
Cache Usage
-Last updated: Fri Feb 2 16:34:35 EST 2007
+Last updated: Fri Feb 2 17:55:06 EST 2007
The most recent version of this document can be viewed at
%Add an option to sync() before fsync()'ing checkpoint files
Add program to test if fsync has a delay compared to non-fsync
+
Reduce checkpoint performance degredation by forcing data to disk
+ more evenly
+