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

Commit227a584

Browse files
committed
Update FAQ.
1 parente07d894 commit227a584

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎doc/FAQ

Lines changed: 3 additions & 3 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: Wed May 3018:57:52 EDT 2001
4+
Last updated: Wed May 3019:00:33 EDT 2001
55

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

@@ -709,9 +709,9 @@ Maximum number of indexes on a table? unlimited
709709
column statistics on its own, so VACUUM ANALYZE must be run to collect
710710
them periodically.
711711

712-
Indexes are usually not used for ORDER BY or joins: a sequential scan
712+
Indexes are usually not used for ORDER BY or joins. A sequential scan
713713
followed by an explicit sort is faster than an indexscan of all tuples
714-
of a large table, because it takes fewer diskaccesses.
714+
of a large table. This is because random diskaccess is very slow.
715715

716716
When using wild-card operators such as LIKE or ~, indices can only be
717717
used if the beginning of the search is anchored to the start of the

‎doc/src/FAQ/FAQ.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
alink="#0000FF">
1313
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1414

15-
<P>Last updated: Wed May 3018:57:52 EDT 2001</P>
15+
<P>Last updated: Wed May 3019:00:33 EDT 2001</P>
1616

1717
<P>Current maintainer: Bruce Momjian (<Ahref=
1818
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -908,9 +908,9 @@ <H4><A name="4.9">4.9</A>) My queries are slow or don't make use of
908908
periodically.</P>
909909

910910
<P>Indexes are usually not used for<SMALL>ORDER BY</SMALL>
911-
or joins: a sequential scan followed by an explicit sort is
912-
faster than an indexscan of all tuples of a large table, because it
913-
takes fewerdiskaccesses.</P>
911+
or joins. A sequential scan followed by an explicit sort is
912+
faster than an indexscan of all tuples of a large table. This
913+
is because randomdiskaccess is very slow.</P>
914914

915915
<P>When using wild-card operators such as<SMALL>LIKE</SMALL> or
916916
<I>~,</I> indices can only be used if the beginning of the search

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp