Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5ab02fd

Browse files
committed
Update FAQ.
1 parent 26ac217 commit 5ab02fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/FAQ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Sun Mar 3 11:02:16 EST 2002
4+
Last updated: Sun Mar 3 13:35:39 EST 2002
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -707,7 +707,7 @@
707707
4.8) My queries are slow or don't make use of the indexes. Why?
708708

709709
Indexes are not automatically used by every query. Indexes are only
710-
used if the table is larger than a minimum size, and the index selects
710+
used if the table is larger than a minimum size, and the query selects
711711
only a small percentage of the rows in the table. This is because the
712712
random disk access caused by an index scan is sometimes slower than a
713713
straight read through the table, or sequential scan.

doc/src/FAQ/FAQ.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
alink="#0000ff">
1515
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1616

17-
<P>Last updated: Sun Mar 3 11:02:16 EST 2002</P>
17+
<P>Last updated: Sun Mar 3 13:35:39 EST 2002</P>
1818

1919
<P>Current maintainer: Bruce Momjian (<A href=
2020
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -903,7 +903,7 @@ <H4><A name="4.7">4.7</A>) How do I find out what tables or indexes
903903
<H4><A name="4.8">4.8</A>) My queries are slow or don't make use of
904904
the indexes. Why?</H4>
905905
Indexes are not automatically used by every query. Indexes are only
906-
used if the table is larger than a minimum size, and the index
906+
used if the table is larger than a minimum size, and the query
907907
selects only a small percentage of the rows in the table. This is
908908
because the random disk access caused by an index scan is sometimes
909909
slower than a straight read through the table, or sequential scan.

0 commit comments

Comments
 (0)