aboutsummaryrefslogtreecommitdiff
path: root/doc/src/FAQ/TODO.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/FAQ/TODO.html')
-rw-r--r--doc/src/FAQ/TODO.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 16df40b9ef9..e42a8f921af 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
-Last updated: Fri Jun 3 17:42:10 EDT 2005
+Last updated: Sat Jun 4 12:53:41 EDT 2005
</p>
<p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -663,6 +663,9 @@ first.
</p>
</li><li>Consider use of open/fcntl(O_DIRECT) to minimize OS caching,
especially for WAL writes
+<p> O_DIRECT doesn't have the same media write guarantees as fsync, so it
+ is in addition to the fsync method, not in place of it.
+</p>
</li><li>-<em>Cache last known per-tuple offsets to speed long tuple access</em>
</li><li>Speed up COUNT(*)
<p> We could use a fixed row count and a +/- count to follow MVCC