|
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:Thu Apr12 15:38:17 EDT 2007 |
| 11 | +Last updated:Fri Apr13 19:23:16 EDT 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>.
|
@@ -1267,8 +1267,8 @@ <h1><a name="section_20">Miscellaneous Performance</a></h1>
|
1267 | 1267 | <ul>
|
1268 | 1268 | <li>-<em>Support a smaller header for short variable-length fields</em>
|
1269 | 1269 | </li><li>Reduce the row header size?
|
1270 |
| -</li><li>Consider reducing on-disk varlena length from four totwo |
1271 |
| - because a heap row cannot be more than 64k in length |
| 1270 | +</li><li>Consider reducing on-disk varlena length from fourbytesto |
| 1271 | +twobecause a heap row cannot be more than 64k in length |
1272 | 1272 | </li></ul>
|
1273 | 1273 | </li><li>Consider increasing NUM_CLOG_BUFFERS
|
1274 | 1274 | </li><li>Consider having the background writer update the transaction status
|
|