summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorBruce Momjian2007-02-02 22:55:08 +0000
committerBruce Momjian2007-02-02 22:55:08 +0000
commit69b90c49bca3ea9a3a016f4725c5ca7fe6071716 (patch)
treea055aed4c21056d3a9ae444c5d5ad3265e125c66 /doc/TODO
parent99be3fa3ee82dec326eddcde0ca30507a74c4421 (diff)
Add:
> * 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
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index f3baa390e62..32b1cce205b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-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.
@@ -991,6 +991,11 @@ Fsync
* %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