|
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: Fri Sep 14 15:02:41 EDT 2007 |
| 11 | +Last updated: Thu Sep 20 14:53:32 EDT 2007 |
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>.
|
@@ -1075,22 +1075,9 @@ <h1><a name="section_15">Vacuum</a></h1>
|
1075 | 1075 | in hopes that empty pages at the end can be truncated by VACUUM
|
1076 | 1076 | </li><li>Allow FSM page return free space based on table clustering, to assist
|
1077 | 1077 | in maintaining clustering?
|
1078 |
| - </li><li>Consider shrinking expired tuples to just their headers |
1079 |
| -<p> <a href="http://archives.postgresql.org/pgsql-patches/2006-03/msg00142.php">http://archives.postgresql.org/pgsql-patches/2006-03/msg00142.php</a> |
1080 |
| - <a href="http://archives.postgresql.org/pgsql-hackers/2007-01/msg01025.php">http://archives.postgresql.org/pgsql-hackers/2007-01/msg01025.php</a> |
1081 |
| -</p> |
1082 |
| - </li><li>Allow heap reuse of UPDATEd rows if no indexed columns are changed, |
1083 |
| - and old and new versions are on the same heap page? |
1084 |
| -<p> While vacuum handles DELETEs fine, updating of non-indexed columns, like |
1085 |
| - counters, are difficult for VACUUM to handle efficiently. This method |
1086 |
| - is possible for same-page updates because a single index row can be |
1087 |
| - used to point to both old and new values. |
1088 |
| -</p> |
1089 |
| -<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php">http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php</a> |
1090 |
| - <a href="http://archives.postgresql.org/pgsql-hackers/2006-06/msg01534.php">http://archives.postgresql.org/pgsql-hackers/2006-06/msg01534.php</a> |
1091 |
| -</p> |
1092 |
| - </li><li>Reuse index tuples that point to heap tuples that are not visible to |
1093 |
| - anyone? |
| 1078 | + </li><li>-<em>Consider shrinking expired tuples to just their headers</em> |
| 1079 | + </li><li>-<em>Allow heap reuse of UPDATEd rows if no indexed columns are changed,</em> |
| 1080 | + and old and new versions are on the same heap page |
1094 | 1081 | </li><li>Improve dead row detection during multi-statement transactions usage
|
1095 | 1082 | <p> <a href="http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php">http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php</a>
|
1096 | 1083 | </p>
|
|
0 commit comments