File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
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 16:28:08 EDT 2008
4
+ Last updated: Tue Mar 11 16:46:16 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.
@@ -1514,7 +1514,8 @@ Miscellaneous Performance
1514
1514
Implementing this requires the background writer to have access to system
1515
1515
catalogs and the transaction status log.
1516
1516
1517
- * Consider adding buffers the BGW finds reusable to the free list
1517
+ * Consider adding buffers the background writer finds reusable to the
1518
+ free list
1518
1519
1519
1520
http://archives.postgresql.org/pgsql-hackers/2007-04/msg00781.php
1520
1521
@@ -1523,6 +1524,10 @@ Miscellaneous Performance
1523
1524
1524
1525
http://archives.postgresql.org/pgsql-hackers/2007-04/msg00781.php
1525
1526
1527
+ * Consider wither increasing BM_MAX_USAGE_COUNT improves performance
1528
+
1529
+ http://archives.postgresql.org/pgsql-hackers/2007-06/msg01007.php
1530
+
1526
1531
* Allow user configuration of TOAST thresholds
1527
1532
1528
1533
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 16:28:08 EDT 2008
11
+ Last updated: Tue Mar 11 16:46:16 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 > .
@@ -1320,12 +1320,16 @@ <h1><a name="section_20">Miscellaneous Performance</a></h1>
1320
1320
< p > Implementing this requires the background writer to have access to system
1321
1321
catalogs and the transaction status log.
1322
1322
</ p >
1323
- </ li > < li > Consider adding buffers the BGW finds reusable to the free list
1323
+ </ li > < li > Consider adding buffers the background writer finds reusable to the
1324
+ free list
1324
1325
< p > < a href ="http://archives.postgresql.org/pgsql-hackers/2007-04/msg00781.php "> http://archives.postgresql.org/pgsql-hackers/2007-04/msg00781.php</ a >
1325
1326
</ p >
1326
1327
</ li > < li > Automatically tune bgwriter_delay based on activity rather then using a
1327
1328
fixed interval
1328
1329
< p > < a href ="http://archives.postgresql.org/pgsql-hackers/2007-04/msg00781.php "> http://archives.postgresql.org/pgsql-hackers/2007-04/msg00781.php</ a >
1330
+ </ p >
1331
+ </ li > < li > Consider wither increasing BM_MAX_USAGE_COUNT improves performance
1332
+ < p > < a href ="http://archives.postgresql.org/pgsql-hackers/2007-06/msg01007.php "> http://archives.postgresql.org/pgsql-hackers/2007-06/msg01007.php</ a >
1329
1333
</ p >
1330
1334
</ li > < li > Allow user configuration of TOAST thresholds
1331
1335
< 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