Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
2ab9997e
Commit
2ab9997e
authored
Jul 30, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch to mention cost-based delay in vacuum reference
Alvaro Herrera
parent
1f54d430
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
doc/src/sgml/ref/vacuum.sgml
doc/src/sgml/ref/vacuum.sgml
+11
-1
No files found.
doc/src/sgml/ref/vacuum.sgml
View file @
2ab9997e
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.3
6 2004/12/02 19:28:48 tgl
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.3
7 2005/07/30 15:45:49 momjian
Exp $
PostgreSQL documentation
-->
...
...
@@ -174,6 +174,15 @@ VACUUM [ FULL | FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">ta
to occupy less disk space. <command>VACUUM FULL</command> will usually
shrink the table more than a plain <command>VACUUM</command> would.
</para>
<para>
During <command>VACUUM</command> execution, there can be a substantial
increase in I/O traffic, which cause poor performance for other active
sessions. Therefore, it is sometimes advisable to use
the cost-based vacuum delay feature. See <xref
linkend="runtime" endterm="runtime-config-resource-vacuum-cost"> for more
details.
</para>
</refsect1>
<refsect1>
...
...
@@ -229,6 +238,7 @@ VACUUM
<simplelist type="inline">
<member><xref linkend="app-vacuumdb" endterm="app-vacuumdb-title"></member>
<member><xref linkend="runtime" endterm="runtime-config-resource-vacuum-cost"></member>
</simplelist>
</refsect1>
</refentry>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment