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

Commitbbefcce

Browse files
committed
Reword index/slow query item.
1 parent97052bc commitbbefcce

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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: Sat Jan 29 23:02:37 EST 2005
4+
Last updated: Sat Jan 29 23:04:53 EST 2005
55

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

@@ -56,7 +56,7 @@
5656
4.4) What is the maximum size for a row, a table, and a database?
5757
4.5) How much database disk space is required to store data from a
5858
typical text file?
59-
4.6)My queriesare slow or don't make use oftheindexes. Why?
59+
4.6)Whyaremy queriesslow? Why don'ttheymake use of indexes?
6060
4.7) How do I see how the query optimizer is evaluating my query?
6161
4.8) What is an R-tree index?
6262
4.9) What is the Genetic Query Optimizer?
@@ -683,7 +683,7 @@ log_*
683683

684684
NULLs are stored as bitmaps, so they use very little space.
685685

686-
4.6)My queriesare slow or don't make use oftheindexes. Why?
686+
4.6)Whyaremy queriesslow? Why don'ttheymake use of indexes?
687687

688688
Indexes are not automatically used by every query. Indexes are only
689689
used if the table is larger than a minimum size, and the query selects

‎doc/src/FAQ/FAQ.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

13-
<P>Last updated: Sat Jan 29 23:02:37 EST 2005</P>
13+
<P>Last updated: Sat Jan 29 23:04:53 EST 2005</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<Ahref=
1616
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -82,8 +82,8 @@ <H2 align="center">Operational Questions</H2>
8282
table, and a database?<BR>
8383
<Ahref="#4.5">4.5</A>) How much database disk space is required
8484
to store data from a typical text file?<BR>
85-
<Ahref="#4.6">4.6</A>)My queriesare slow ordon'tmake use of
86-
the indexes. Why?<BR>
85+
<Ahref="#4.6">4.6</A>)Whyaremy queriesslow? Whydon'tthey
86+
make use of indexes?<BR>
8787
<Ahref="#4.7">4.7</A>) How do I see how the query optimizer is
8888
evaluating my query?<BR>
8989
<Ahref="#4.8">4.8</A>) What is an R-tree index?<BR>
@@ -846,8 +846,8 @@ <H4><A name="4.5">4.5</A>) How much database disk space is required
846846
<P><SMALL>NULL</SMALL>s are stored as bitmaps, so they
847847
use very little space.</P>
848848

849-
<H4><Aname="4.6">4.6</A>)My queriesare slow ordon'tmake use of
850-
the indexes. Why?</H4>
849+
<H4><Aname="4.6">4.6</A>)Whyaremy queriesslow? Whydon'tthey
850+
make use of indexes?</H4>
851851

852852
<P>Indexes are not automatically used by every query. Indexes are only
853853
used if the table is larger than a minimum size, and the query

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp