Add URL for:
authorBruce Momjian
Tue, 24 Oct 2006 02:41:22 +0000 (02:41 +0000)
committerBruce Momjian
Tue, 24 Oct 2006 02:41:22 +0000 (02:41 +0000)
* Speed up COUNT(*)
>   http://archives.postgresql.org/pgsql-hackers/2005-11/msg00943.php

doc/TODO
doc/src/FAQ/TODO.html

index 47c57d27f601303b0804191d81226500bf5483d3..3fadcd3b5d9d8e1d8879c38e6a23425875e4edcd 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Sat Oct 21 13:31:12 EDT 2006
+Last updated:      Mon Oct 23 22:41:16 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -960,6 +960,7 @@ Cache Usage
   get a count directly from a unique index, but for this to be
   faster than a sequential scan it must avoid access to the heap
   to obtain tuple visibility information.
+  http://archives.postgresql.org/pgsql-hackers/2005-11/msg00943.php
 
 * Add estimated_count(*) to return an estimate of COUNT(*)
 
index 96467374adf63dc2d2e827b072d4aff584acd1ac..99e1117965864f0c4217fdaeaf92eec6c005c9ec 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sat Oct 21 13:31:12 EDT 2006
+Last updated:           Mon Oct 23 22:41:16 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -867,6 +867,7 @@ first.
   get a count directly from a unique index, but for this to be
   faster than a sequential scan it must avoid access to the heap
   to obtain tuple visibility information.
+  http://archives.postgresql.org/pgsql-hackers/2005-11/msg00943.php
 

   
  • Add estimated_count(*) to return an estimate of COUNT(*)
  •  

      This would use the planner ANALYZE statistics to return an estimated