We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5728b61 commit 11554b5Copy full SHA for 11554b5
postgresql/doc/src/sgml/maintenance.sgml
@@ -832,7 +832,7 @@ ________________________________________________________-->
832
________________________________________________________-->
833
<para>
834
<command>VACUUM</command>使用<link linkend="storage-vm">可见性映射</link>来确定必须扫描哪些表页。
835
- 通常,即使这些页可能仍然具有具有旧XID值的行版本,也会跳过没有任何死行版本的页。
+ 通常,即使这些页可能仍然具有旧XID值的行版本,也会跳过没有任何死行版本的页。
836
因此,通常的<command>VACUUM</command>不会总是冻结表中的每个旧行版本。
837
当发生这种情况时,<command>VACUUM</command>最终需要执行<firstterm>积极的清理</firstterm>,
838
这将冻结所有符合条件的未冻结XID和MXID值,包括所有可见但未全部冻结的页。
0 commit comments