|
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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
11 |
| -Last updated: Fri Jun 1709:47:23 EDT 2005 |
| 11 | +Last updated: Fri Jun 1715:20:21 EDT 2005 |
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>.
|
@@ -736,14 +736,14 @@ <h1><a name="section_14">Vacuum</a></h1>
|
736 | 736 | <p> This allows vacuum to target specific pages for possible free space
|
737 | 737 | without requiring a sequential scan.
|
738 | 738 | </p>
|
| 739 | +</li><li>Auto-fill the free space map by scanning the buffer cache or by |
| 740 | + checking pages written by the background writer |
739 | 741 | </li><li>Create a bitmap of pages that need vacuuming
|
740 | 742 | <p> Instead of sequentially scanning the entire table, have the background
|
741 | 743 | writer or some other process record pages that have expired rows, then
|
742 | 744 | VACUUM can look at just those pages rather than the entire table. In
|
743 | 745 | the event of a system crash, the bitmap would probably be invalidated.
|
744 | 746 | </p>
|
745 |
| -</li><li>Auto-fill the free space map by scanning the buffer cache or by |
746 |
| - checking pages written by the background writer |
747 | 747 | </li><li>Auto-vacuum
|
748 | 748 | <ul>
|
749 | 749 | <li>Move into the backend code
|
|