Reword index/slow query item.
authorBruce Momjian
Sun, 30 Jan 2005 04:05:15 +0000 (04:05 +0000)
committerBruce Momjian
Sun, 30 Jan 2005 04:05:15 +0000 (04:05 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index b82989aba47a8e4e2332c46ffe2180f71b67cb06..d0e6809a8c7eb3d61c517056c506d5a354d137ca 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Sat Jan 29 23:02:37 EST 2005
+   Last updated: Sat Jan 29 23:04:53 EST 2005
    
    Current maintainer: Bruce Momjian ([email protected])
    
@@ -56,7 +56,7 @@
    4.4) What is the maximum size for a row, a table, and a database?
    4.5) How much database disk space is required to store data from a
    typical text file?
-   4.6) My queries are slow or don't make use of the indexes. Why?
+   4.6) Why are my queries slow? Why don't they make use of indexes?
    4.7) How do I see how the query optimizer is evaluating my query?
    4.8) What is an R-tree index?
    4.9) What is the Genetic Query Optimizer?
@@ -683,7 +683,7 @@ log_*
    
    NULLs are stored as bitmaps, so they use very little space.
    
-    4.6) My queries are slow or don't make use of the indexes. Why?
+    4.6) Why are my queries slow? Why don't they make use of indexes?
     
    Indexes are not automatically used by every query. Indexes are only
    used if the table is larger than a minimum size, and the query selects
index f877d412e082ce4f36599ed09bad05ac5dde1f3f..dc12f3479dc93089b9c8ac36aa48167d35b0e8cc 100644 (file)
@@ -10,7 +10,7 @@
   alink="#0000ff">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Sat Jan 29 23:02:37 EST 2005

+    

Last updated: Sat Jan 29 23:04:53 EST 2005

 
     

Current maintainer: Bruce Momjian (

@@ -82,8 +82,8 @@
     table, and a database?
      4.5) How much database disk space is required
     to store data from a typical text file?
-     4.6) My queries are slow or don't make use of
-    the indexes. Why?
+     4.6) Why are my queries slow?  Why don't they
+    make use of indexes?
      4.7) How do I see how the query optimizer is
     evaluating my query?
      4.8) What is an R-tree index?
     

NULLs are stored as bitmaps, so they

     use very little space.

     
-    

4.6) My queries are slow or don't make use of

-    the indexes. Why?
+    

4.6) Why are my queries slow?  Why don't they

+    make use of indexes?
 
     

Indexes are not automatically used by every query. Indexes are only

     used if the table is larger than a minimum size, and the query