|
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 Sep 14 13:14:41 EDT 2006 |
| 11 | +Last updated: Thu Sep 14 13:34:00 EDT 2006 |
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>.
|
@@ -1229,7 +1229,9 @@ <h1><a name="section_21">Miscellaneous Performance</a></h1>
|
1229 | 1229 | rows from disk to memory.
|
1230 | 1230 | </p>
|
1231 | 1231 | </li><li>Support a smaller header for short variable-length fields?
|
1232 |
| -<p><ahref="http://archives.postgresql.org/pgsql-hackers/2006-09/msg00848.php">http://archives.postgresql.org/pgsql-hackers/2006-09/msg00848.php</a> |
| 1232 | +<p> One idea is to store the header in network byte order (high bits |
| 1233 | + first), and read the high bits to determine the header length. |
| 1234 | +<ahref="http://archives.postgresql.org/pgsql-hackers/2006-09/msg00848.php">http://archives.postgresql.org/pgsql-hackers/2006-09/msg00848.php</a> |
1233 | 1235 | </p>
|
1234 | 1236 | </li><li>Reduce the row header size?
|
1235 | 1237 | </li></ul>
|
|