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

Commit bc0fc3e

Browse files
committed
Add:
> > * Consider adding buffers the BGW finds reusable to the free list > > http://archives.postgresql.org/pgsql-hackers/2007-04/msg00781.php > > * Automatically tune bgwriter_delay based on activity rather then using a > fixed interval > > http://archives.postgresql.org/pgsql-hackers/2007-04/msg00781.php
1 parent bbd2e68 commit bc0fc3e

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

doc/TODO

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
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
55

66
The most recent version of this document can be viewed at
77
http://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

doc/src/FAQ/TODO.html

+8-1
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: 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>

0 commit comments

Comments
 (0)