aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-05-31 02:31:50 +0000
committerBruce Momjian <bruce@momjian.us>2003-05-31 02:31:50 +0000
commit944b16230574ba0ca36a19a25c3c07273c096541 (patch)
tree487232474e24a746cb76ebeee8b98feb92ab08bc
parent2f1d96c3e0a4cdad9a3a1ec83646bb6859816e18 (diff)
downloadpostgresql-944b16230574ba0ca36a19a25c3c07273c096541.tar.gz
postgresql-944b16230574ba0ca36a19a25c3c07273c096541.zip
Add:
> * Consider using MVCC to cache count(*) queries with no WHERE clause
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 3a72a303c2b..a011cb0cc31 100644
--- 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