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

Commit4c8a690

Browse files
committed
More index item rewording.kUpdate FAQ.
1 parentbbefcce commit4c8a690

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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:04:53 EST 2005
4+
Last updated: Sat Jan 29 23:06:02 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) Why are my queries slow? Why don't theymakeuseof indexes?
59+
4.6) Why are my queries slow? Why don't they usemy 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) Why are my queries slow? Why don't theymakeuseof indexes?
686+
4.6) Why are my queries slow? Why don't they usemy 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: 3 additions & 3 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:04:53 EST 2005</P>
13+
<P>Last updated: Sat Jan 29 23:06:02 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>
@@ -83,7 +83,7 @@ <H2 align="center">Operational Questions</H2>
8383
<Ahref="#4.5">4.5</A>) How much database disk space is required
8484
to store data from a typical text file?<BR>
8585
<Ahref="#4.6">4.6</A>) Why are my queries slow? Why don't they
86-
makeuseof indexes?<BR>
86+
usemy 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>
@@ -847,7 +847,7 @@ <H4><A name="4.5">4.5</A>) How much database disk space is required
847847
use very little space.</P>
848848

849849
<H4><Aname="4.6">4.6</A>) Why are my queries slow? Why don't they
850-
makeuseof indexes?</H4>
850+
usemy 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