]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Sat, 31 May 2003 02:31:50 +0000 (02:31 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 31 May 2003 02:31:50 +0000 (02:31 +0000)
> * Consider using MVCC to cache count(*) queries with no WHERE clause

doc/TODO

index 3a72a303c2b380c2d4bc28490942be93a14efa33..a011cb0cc3152821b80e8bc55da0686afe75f1ca 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Mon May 26 14:36:44 EDT 2003
+Last updated:          Fri May 30 22:31:44 EDT 2003
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -329,6 +329,7 @@ Cache
 * Consider use of open/fcntl(O_DIRECT) to minimize OS caching
 * Make blind writes go through the file descriptor cache
 * Cache last known per-tuple offsets to speed long tuple access
+* Consider using MVCC to cache count(*) queries with no WHERE clause
 
 
 Vacuum