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
e07d8949
Commit
e07d8949
authored
24 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update FAQ.
parent
e05d2460
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ
+4
-4
4 additions, 4 deletions
doc/FAQ
doc/src/FAQ/FAQ.html
+2
-2
2 additions, 2 deletions
doc/src/FAQ/FAQ.html
with
6 additions
and
6 deletions
doc/FAQ
+
4
−
4
View file @
e07d8949
Frequently Asked Questions (FAQ) for PostgreSQL
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Tue
May
22 17:50:25
EDT 2001
Last updated:
Wed
May
30 18:57:52
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 o
peratio
ns: a sequential
Indexes are usually not used for ORDER BY o
r joi
ns: a sequential
scan
scan
followed by an explicit sort is faster than an indexscan of all
followed by an explicit sort is faster than an indexscan of all
tuples
tuples
of a large table, because it takes fewer disk accesses.
of a large table, because it takes fewer disk accesses.
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
+
2
−
2
View file @
e07d8949
...
@@ -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:
Tue
May
22 17:50:25
EDT 2001
</P>
<P>
Last updated:
Wed
May
30 18:57:52
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,7 +908,7 @@ Maximum number of indexes on a table? unlimited
...
@@ -908,7 +908,7 @@ 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>
o
peratio
ns: a sequential scan followed by an explicit sort is
o
r joi
ns: 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, because it
takes fewer disk accesses.
</P>
takes fewer disk accesses.
</P>
...
...
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