mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Done:
> * -Reduce checkpoint performance degredation by forcing data to disk
This commit is contained in:
8
doc/TODO
8
doc/TODO
@ -1,7 +1,7 @@
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||
Last updated: Wed Jun 13 17:37:56 EDT 2007
|
||||
Last updated: Thu Jun 28 17:54:49 EDT 2007
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
@ -1068,13 +1068,9 @@ 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
|
||||
* -Reduce checkpoint performance degredation by forcing data to disk
|
||||
more evenly
|
||||
|
||||
http://archives.postgresql.org/pgsql-patches/2006-12/msg00104.php
|
||||
http://archives.postgresql.org/pgsql-hackers/2006-12/msg00337.php
|
||||
http://archives.postgresql.org/pgsql-hackers/2007-01/msg00079.php
|
||||
|
||||
|
||||
Cache Usage
|
||||
===========
|
||||
|
Reference in New Issue
Block a user