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
227a5846
Commit
227a5846
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update FAQ.
parent
e07d8949
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide 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
+4
-4
4 additions, 4 deletions
doc/src/FAQ/FAQ.html
with
7 additions
and
7 deletions
doc/FAQ
+
3
−
3
View file @
227a5846
Frequently Asked Questions (FAQ) for PostgreSQL
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Wed May 30 1
8:57:52
EDT 2001
Last updated: Wed May 30 1
9:00:33
EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -709,9 +709,9 @@ Maximum number of indexes on a table? unlimited
...
@@ -709,9 +709,9 @@ Maximum number of indexes on a table? unlimited
column statistics on its own, so VACUUM ANALYZE must be run to collect
column statistics on its own, so VACUUM ANALYZE must be run to collect
them periodically.
them periodically.
Indexes are usually not used for ORDER BY or joins
: a
sequential scan
Indexes are usually not used for ORDER BY or joins
. A
sequential scan
followed by an explicit sort is faster than an indexscan of all tuples
followed by an explicit sort is faster than an indexscan of all tuples
of a large table
, because it takes fewer disk accesses
.
of a large table
. This is because random disk access is very slow
.
When using wild-card operators such as LIKE or ~, indices can only be
When using wild-card operators such as LIKE or ~, indices can only be
used if the beginning of the search is anchored to the start of the
used if the beginning of the search is anchored to the start of the
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ.html
+
4
−
4
View file @
227a5846
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
alink=
"#0000FF"
>
alink=
"#0000FF"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated: Wed May 30 1
8:57:52
EDT 2001
</P>
<P>
Last updated: Wed May 30 1
9:00:33
EDT 2001
</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>
...
@@ -908,9 +908,9 @@ Maximum number of indexes on a table? unlimited
...
@@ -908,9 +908,9 @@ Maximum number of indexes on a table? unlimited
periodically.
</P>
periodically.
</P>
<P>
Indexes are usually not used for
<SMALL>
ORDER BY
</SMALL>
<P>
Indexes are usually not used for
<SMALL>
ORDER BY
</SMALL>
or joins
: a
sequential scan followed by an explicit sort is
or joins
. A
sequential scan followed by an explicit sort is
faster than an indexscan of all tuples of a large table
, because it
faster than an indexscan of all tuples of a large table
. This
takes fewer disk accesses
.
</P>
is because random disk access is very slow
.
</P>
<P>
When using wild-card operators such as
<SMALL>
LIKE
</SMALL>
or
<P>
When using wild-card operators such as
<SMALL>
LIKE
</SMALL>
or
<I>
~,
</I>
indices can only be used if the beginning of the search
<I>
~,
</I>
indices can only be used if the beginning of the search
...
...
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