File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11PostgreSQL TODO List
22====================
33Current maintainer: Bruce Momjian (bruce@momjian.us)
4- Last updated: Tue Mar 11 11:38:48 EDT 2008
4+ Last updated: Tue Mar 11 11:43:47 EDT 2008
55
66The most recent version of this document can be viewed at
77http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1470,6 +1470,15 @@ Miscellaneous Performance
14701470 Implementing this requires the background writer to have access to system
14711471 catalogs and the transaction status log.
14721472
1473+ * Consider adding buffers the BGW finds reusable to the free list
1474+
1475+ http://archives.postgresql.org/pgsql-hackers/2007-04/msg00781.php
1476+
1477+ * Automatically tune bgwriter_delay based on activity rather then using a
1478+ fixed interval
1479+
1480+ http://archives.postgresql.org/pgsql-hackers/2007-04/msg00781.php
1481+
14731482* Allow user configuration of TOAST thresholds
14741483
14751484 http://archives.postgresql.org/pgsql-hackers/2007-02/msg00213.php
Original file line number Diff line number Diff line change 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: Tue Mar 11 11:38:48 EDT 2008
11+ Last updated: Tue Mar 11 11:43:47 EDT 2008
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 > .
@@ -1282,6 +1282,13 @@ <h1><a name="section_20">Miscellaneous Performance</a></h1>
12821282 hint bits before writing out the page
12831283< p > Implementing this requires the background writer to have access to system
12841284 catalogs and the transaction status log.
1285+ </ p >
1286+ </ li > < li > Consider adding buffers the BGW finds reusable to the free list
1287+ < p > < a href ="http://archives.postgresql.org/pgsql-hackers/2007-04/msg00781.php "> http://archives.postgresql.org/pgsql-hackers/2007-04/msg00781.php</ a >
1288+ </ p >
1289+ </ li > < li > Automatically tune bgwriter_delay based on activity rather then using a
1290+ fixed interval
1291+ < p > < a href ="http://archives.postgresql.org/pgsql-hackers/2007-04/msg00781.php "> http://archives.postgresql.org/pgsql-hackers/2007-04/msg00781.php</ a >
12851292</ p >
12861293 </ li > < li > Allow user configuration of TOAST thresholds
12871294< p > < a href ="http://archives.postgresql.org/pgsql-hackers/2007-02/msg00213.php "> http://archives.postgresql.org/pgsql-hackers/2007-02/msg00213.php</ a >
You can’t perform that action at this time.
0 commit comments