Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 69b90c4

Browse files
committed
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
1 parent 99be3fa commit 69b90c4

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

doc/TODO

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Fri Feb 2 16:34:35 EST 2007
5+
Last updated: Fri Feb 2 17:55:06 EST 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -991,6 +991,11 @@ Fsync
991991

992992
* %Add an option to sync() before fsync()'ing checkpoint files
993993
* Add program to test if fsync has a delay compared to non-fsync
994+
* Reduce checkpoint performance degredation by forcing data to disk
995+
more evenly
996+
997+
http://archives.postgresql.org/pgsql-hackers/2006-12/msg00337.php
998+
http://archives.postgresql.org/pgsql-hackers/2007-01/msg00079.php
994999

9951000

9961001
Cache Usage

doc/src/FAQ/TODO.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Fri Feb 2 16:34:35 EST 2007
11+
Last updated: Fri Feb 2 17:55:06 EST 2007
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -887,6 +887,11 @@ <h1><a name="section_13">Fsync</a></h1>
887887
</p>
888888
</li><li>%Add an option to sync() before fsync()'ing checkpoint files
889889
</li><li>Add program to test if fsync has a delay compared to non-fsync
890+
</li><li>Reduce checkpoint performance degredation by forcing data to disk
891+
more evenly
892+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00337.php">http://archives.postgresql.org/pgsql-hackers/2006-12/msg00337.php</a>
893+
<a href="http://archives.postgresql.org/pgsql-hackers/2007-01/msg00079.php">http://archives.postgresql.org/pgsql-hackers/2007-01/msg00079.php</a>
894+
</p>
890895
</li></ul>
891896
<h1><a name="section_14">Cache Usage</a></h1>
892897

0 commit comments

Comments
 (0)