Add:
authorBruce Momjian
Fri, 2 Feb 2007 22:55:08 +0000 (22:55 +0000)
committerBruce Momjian
Fri, 2 Feb 2007 22:55:08 +0000 (22:55 +0000)
> * 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

doc/TODO
doc/src/FAQ/TODO.html

index f3baa390e624ac9a7969c4b02bbb783c45769401..32b1cce205b25fe3f20257423a2c24a67712b7ff 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-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
index 5e5e9bc678310c245af1cd8c0837840a8b4b50e5..feedfedd9b044922719ed44cead71aca40c43ade 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-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.
@@ -887,6 +887,11 @@ first.  There is also a developer's wiki 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
    +

      http://archives.postgresql.org/pgsql-hackers/2006-12/msg00337.php

    +  http://archives.postgresql.org/pgsql-hackers/2007-01/msg00079.php
    +

     
     

    Cache Usage