|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
|
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
11 |
| -Last updated:Wed Dec12 02:06:19 EST 2007 |
| 11 | +Last updated:Sun Dec16 20:40:44 EST 2007 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
@@ -1216,6 +1216,9 @@ <h1><a name="section_18">Miscellaneous Performance</a></h1>
|
1216 | 1216 | </li><li>Consider increasing NUM_CLOG_BUFFERS
|
1217 | 1217 | </li><li>Consider having the background writer update the transaction status
|
1218 | 1218 | hint bits before writing out the page
|
| 1219 | +<p> Implementing this requires the background writer to have access to system |
| 1220 | + catalogs and the transaction status log. |
| 1221 | +</p> |
1219 | 1222 | </li><li>Allow user configuration of TOAST thresholds
|
1220 | 1223 | <p><ahref="http://archives.postgresql.org/pgsql-hackers/2007-02/msg00213.php">http://archives.postgresql.org/pgsql-hackers/2007-02/msg00213.php</a>
|
1221 | 1224 | </p>
|
|