Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5ab02fd

Browse files
committed
Update FAQ.
1 parent26ac217 commit5ab02fd

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 311:02:16 EST 2002
4+
Last updated: Sun Mar 313: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 theindex selects
710+
used if the table is larger than a minimum size, and thequery 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 311:02:16 EST 2002</P>
17+
<P>Last updated: Sun Mar 313:35:39 EST 2002</P>
1818

1919
<P>Current maintainer: Bruce Momjian (<Ahref=
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><Aname="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 theindex
906+
used if the table is larger than a minimum size, and thequery
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)

[8]ページ先頭

©2009-2025 Movatter.jp