1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

More index item rewording.kUpdate FAQ.

This commit is contained in:
Bruce Momjian
2005-01-30 04:06:26 +00:00
parent bbefccec09
commit 4c8a690d54
2 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@
alink="#0000ff">
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
<P>Last updated: Sat Jan 29 23:04:53 EST 2005</P>
<P>Last updated: Sat Jan 29 23:06:02 EST 2005</P>
<P>Current maintainer: Bruce Momjian (<A href=
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@ -83,7 +83,7 @@
<A href="#4.5">4.5</A>) How much database disk space is required
to store data from a typical text file?<BR>
<A href="#4.6">4.6</A>) Why are my queries slow? Why don't they
make use of indexes?<BR>
use my indexes?<BR>
<A href="#4.7">4.7</A>) How do I see how the query optimizer is
evaluating my query?<BR>
<A href="#4.8">4.8</A>) What is an R-tree index?<BR>
@ -847,7 +847,7 @@
use very little space.</P>
<H4><A name="4.6">4.6</A>) Why are my queries slow? Why don't they
make use of indexes?</H4>
use my indexes?</H4>
<P>Indexes are not automatically used by every query. Indexes are only
used if the table is larger than a minimum size, and the query