File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1562,7 +1562,7 @@ ________________________________________________________-->
1562
1562
废弃元组的数量和插入元组的数量是从累积统计系统中获取的;
1563
1563
这是一个由每个<command>UPDATE</command>、<command>DELETE</command>和<command>INSERT</command>操作更新的半准确计数。
1564
1564
(它只是半准确的,因为在重载下可能会丢失一些信息。)
1565
- 如果表的<structfield>relfrozenxid</structfield>值超过 <varname>vacuum_freeze_table_age</varname>个事务旧 ,
1565
+ 如果表的<structfield>relfrozenxid</structfield>值比 <varname>vacuum_freeze_table_age</varname>个事务更旧 ,
1566
1566
则执行积极的清理以冻结旧元组并推进
1567
1567
<structfield>relfrozenxid</structfield>;否则,只扫描自上次清理以来已修改的页面。
1568
1568
</para>
@@ -1852,7 +1852,7 @@ ________________________________________________________-->
1852
1852
________________________________________________________-->
1853
1853
<para>
1854
1854
日志输出往往是庞大的(特别是在更高的调试级别),因此您不希望无限期保存它。
1855
- 您需要<emphasis>轮换</emphasis>日志文件,以便在合理的时间后启动新的日志文件并删除旧的日志文件。
1855
+ 您需要<emphasis>轮换(rotate) </emphasis>日志文件,以便在合理的时间后启动新的日志文件并删除旧的日志文件。
1856
1856
</para>
1857
1857
<!-- pgdoc-cn_end sig_en=e52c83a2a7ca3f9b803e1a96d727da8e -->
1858
1858
You can’t perform that action at this time.
0 commit comments