File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
PostgreSQL TODO List
2
2
====================
3
3
Current 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
5
5
6
6
The most recent version of this document can be viewed at
7
7
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1470,6 +1470,15 @@ Miscellaneous Performance
1470
1470
Implementing this requires the background writer to have access to system
1471
1471
catalogs and the transaction status log.
1472
1472
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
+
1473
1482
* Allow user configuration of TOAST thresholds
1474
1483
1475
1484
http://archives.postgresql.org/pgsql-hackers/2007-02/msg00213.php
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: Tue Mar 11 11:38:48 EDT 2008
11
+ Last updated: Tue Mar 11 11:43:47 EDT 2008
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 > .
@@ -1282,6 +1282,13 @@ <h1><a name="section_20">Miscellaneous Performance</a></h1>
1282
1282
hint bits before writing out the page
1283
1283
< p > Implementing this requires the background writer to have access to system
1284
1284
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 >
1285
1292
</ p >
1286
1293
</ li > < li > Allow user configuration of TOAST thresholds
1287
1294
< 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