Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
bbefccec
Commit
bbefccec
authored
20 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Reword index/slow query item.
parent
97052bc9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ
+3
-3
3 additions, 3 deletions
doc/FAQ
doc/src/FAQ/FAQ.html
+5
-5
5 additions, 5 deletions
doc/src/FAQ/FAQ.html
with
8 additions
and
8 deletions
doc/FAQ
+
3
−
3
View file @
bbefccec
Frequently Asked Questions (FAQ) for PostgreSQL
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Sat Jan 29 23:0
2:37
EST 2005
Last updated: Sat Jan 29 23:0
4:53
EST 2005
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
4.4) What is the maximum size for a row, a table, and a database?
4.4) What is the maximum size for a row, a table, and a database?
4.5) How much database disk space is required to store data from a
4.5) How much database disk space is required to store data from a
typical text file?
typical text file?
4.6)
M
y queries
are slow or
don't make use of
the
indexes
. Why
?
4.6)
Why are m
y queries
slow? Why
don't
they
make use of indexes?
4.7) How do I see how the query optimizer is evaluating my query?
4.7) How do I see how the query optimizer is evaluating my query?
4.8) What is an R-tree index?
4.8) What is an R-tree index?
4.9) What is the Genetic Query Optimizer?
4.9) What is the Genetic Query Optimizer?
...
@@ -683,7 +683,7 @@ log_*
...
@@ -683,7 +683,7 @@ log_*
NULLs are stored as bitmaps, so they use very little space.
NULLs are stored as bitmaps, so they use very little space.
4.6)
M
y queries
are slow or
don't make use of
the
indexes
. Why
?
4.6)
Why are m
y queries
slow? Why
don't
they
make use of indexes?
Indexes are not automatically used by every query. Indexes are only
Indexes are not automatically used by every query. Indexes are only
used if the table is larger than a minimum size, and the query selects
used if the table is larger than a minimum size, and the query selects
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ.html
+
5
−
5
View file @
bbefccec
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
alink=
"#0000ff"
>
alink=
"#0000ff"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated: Sat Jan 29 23:0
2:37
EST 2005
</P>
<P>
Last updated: Sat Jan 29 23:0
4:53
EST 2005
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
...
@@ -82,8 +82,8 @@
...
@@ -82,8 +82,8 @@
table, and a database?
<BR>
table, and a database?
<BR>
<A
href=
"#4.5"
>
4.5
</A>
) How much database disk space is required
<A
href=
"#4.5"
>
4.5
</A>
) How much database disk space is required
to store data from a typical text file?
<BR>
to store data from a typical text file?
<BR>
<A
href=
"#4.6"
>
4.6
</A>
)
M
y queries
are slow or don't make use of
<A
href=
"#4.6"
>
4.6
</A>
)
Why are m
y queries
slow? Why don't they
the
indexes
. Why
?
<BR>
make use of
indexes?
<BR>
<A
href=
"#4.7"
>
4.7
</A>
) How do I see how the query optimizer is
<A
href=
"#4.7"
>
4.7
</A>
) How do I see how the query optimizer is
evaluating my query?
<BR>
evaluating my query?
<BR>
<A
href=
"#4.8"
>
4.8
</A>
) What is an R-tree index?
<BR>
<A
href=
"#4.8"
>
4.8
</A>
) What is an R-tree index?
<BR>
...
@@ -846,8 +846,8 @@
...
@@ -846,8 +846,8 @@
<P><SMALL>
NULL
</SMALL>
s are stored as bitmaps, so they
<P><SMALL>
NULL
</SMALL>
s are stored as bitmaps, so they
use very little space.
</P>
use very little space.
</P>
<H4><A
name=
"4.6"
>
4.6
</A>
)
M
y queries
are slow or don't make use of
<H4><A
name=
"4.6"
>
4.6
</A>
)
Why are m
y queries
slow? Why don't they
the
indexes
. Why
?
</H4>
make use of
indexes?
</H4>
<P>
Indexes are not automatically used by every query. Indexes are only
<P>
Indexes are not automatically used by every query. Indexes are only
used if the table is larger than a minimum size, and the query
used if the table is larger than a minimum size, and the query
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment