|
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:Fri Jun1 22:46:01 EDT 2007 |
| 11 | +Last updated:Sat Jun2 07:27:46 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>. |
@@ -971,7 +971,14 @@ <h1><a name="section_13">Fsync</a></h1> |
971 | 971 | <h1><aname="section_14">Cache Usage</a></h1> |
972 | 972 |
|
973 | 973 | <ul> |
974 | | -<li>Speed up COUNT(*) |
| 974 | +<li>Allow free-behind capability for large sequential scans to avoid |
| 975 | + kernel cache spoiling |
| 976 | +<p> Posix_fadvise() can control both sequential/random file caching and |
| 977 | + free-behind behavior, but it is unclear how the setting affects other |
| 978 | + backends that also have the file open, and the feature is not supported |
| 979 | + on all operating systems. |
| 980 | +</p> |
| 981 | +</li><li>Speed up COUNT(*) |
975 | 982 | <p> We could use a fixed row count and a +/- count to follow MVCC |
976 | 983 | visibility rules, or a single cached value could be used and |
977 | 984 | invalidated if anyone modifies the table. Another idea is to |
|