From 4c8a690d540b2f2711a3d1a624b4e9ded9b25622 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 30 Jan 2005 04:06:26 +0000 Subject: More index item rewording.kUpdate FAQ. --- doc/src/FAQ/FAQ.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index dc12f3479dc..b64ddcb80e1 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff">

Frequently Asked Questions (FAQ) for PostgreSQL

-

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

+

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

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -83,7 +83,7 @@ 4.5) How much database disk space is required to store data from a typical text file?
4.6) Why are my queries slow? Why don't they - make use of indexes?
+ use my indexes?
4.7) How do I see how the query optimizer is evaluating my query?
4.8) What is an R-tree index?
@@ -847,7 +847,7 @@ use very little space.

4.6) Why are my queries slow? Why don't they - make use of indexes?

+ use my 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 -- cgit v1.2.3