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 @@ -10332,7 +10332,7 @@ ____________________________________________________________________________-->
10332
10332
</para>
10333
10333
____________________________________________________________________________-->
10334
10334
<para>
10335
- 指定一个表尺寸的分数,在决定是否触发<command>ANALYZE</command>时将它加到<varname>autovacuum_analyze_threshold</varname>上。默认值为0.2(表尺寸的20 %)。该参数只能在<filename>postgresql.conf</filename>文件或在服务器命令中设置。但是对个别表可以通过修改表存储参数来覆盖该设置。
10335
+ 指定一个表尺寸的分数,在决定是否触发<command>ANALYZE</command>时将它加到<varname>autovacuum_analyze_threshold</varname>上。默认值为0.1(表尺寸的10 %)。该参数只能在<filename>postgresql.conf</filename>文件或在服务器命令中设置。但是对个别表可以通过修改表存储参数来覆盖该设置。
10336
10336
</para>
10337
10337
</listitem>
10338
10338
</varlistentry>
@@ -10376,7 +10376,7 @@ ____________________________________________________________________________-->
10376
10376
</para>
10377
10377
____________________________________________________________________________-->
10378
10378
<para>
10379
- 清理也允许从<filename>pg_xact</filename>子目录中移除旧文件,这也是为什么默认值被设置为较低的200万事务 。该参数只能在服务器启动时设置,但是对于个别表可以通过修改表存储参数来降低该设置。详见<xref linkend="vacuum-for-wraparound"/>。
10379
+ 清理也允许从<filename>pg_xact</filename>子目录中移除旧文件,这也是为什么默认值被设置为较低的2亿事务 。该参数只能在服务器启动时设置,但是对于个别表可以通过修改表存储参数来降低该设置。详见<xref linkend="vacuum-for-wraparound"/>。
10380
10380
</para>
10381
10381
</listitem>
10382
10382
</varlistentry>
You can’t perform that action at this time.
0 commit comments