OSDN Git Service

Add URL for:
authorBruce Momjian <bruce@momjian.us>
Tue, 24 Oct 2006 02:41:22 +0000 (02:41 +0000)
committerBruce Momjian <bruce@momjian.us>
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 47c57d2..3fadcd3 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian (bruce@momjian.us)
-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 9646737..99e1117 100644 (file)
@@ -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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated:           Sat Oct 21 13:31:12 EDT 2006
+Last updated:           Mon Oct 23 22:41:16 EDT 2006
 </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>.
@@ -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.
+  <a href="http://archives.postgresql.org/pgsql-hackers/2005-11/msg00943.php">http://archives.postgresql.org/pgsql-hackers/2005-11/msg00943.php</a>
 </p>
   </li><li>Add estimated_count(*) to return an estimate of COUNT(*)
 <p>  This would use the planner ANALYZE statistics to return an estimated