File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
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
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -991,6 +991,11 @@ Fsync
991
991
992
992
* %Add an option to sync() before fsync()'ing checkpoint files
993
993
* 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
994
999
995
1000
996
1001
Cache Usage
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
887
887
</ p >
888
888
</ li > < li > %Add an option to sync() before fsync()'ing checkpoint files
889
889
</ 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 >
890
895
</ li > </ ul >
891
896
< h1 > < a name ="section_14 "> Cache Usage</ a > </ h1 >
892
897
You can’t perform that action at this time.
0 commit comments