类型: | integer |
默认: | -1 |
最低限度: | -1 |
最大: | 10000 |
上下文: | sighup |
重新开始: | false |
指定用于自动VACUUM操作中的代价限制值。如果指定-1(默认值),则使用vacuum_cost_limit值。注意该值被按比例地分配到运行中的自动清理工作者上(如果有多个),因此每一个工作者的限制值之和不会超过这个变量中的值。该参数只能在postgresql.conf文件或在服务器命令中设置。但是对个别表可以通过修改表存储参数来覆盖该设置。
在 StackOverflow
在 pgsql-hackers
- Re: Track the amount of time waiting due to cost_delay
- A thousand pg_commit_ts truncate attempts per second, two restarting autovacuum processes, and a explosive replication lag. Oh my.
- Re: Allow non-superuser to cancel superuser tasks.
- Re: pgsql: Consolidate docs for vacuum-related GUCs in new subsection