类型: | integer |
默认: | 5000000 |
最低限度: | 0 |
最大: | 1000000000 |
上下文: | user |
重新开始: | false |
以来: | 9.3 |
指定VACUUM在扫描表时用来决定是否把组合事务 ID 替换为一个更新的事务 ID 或组合事务 ID 的切断年龄(以组合事务计)。默认值是 5 千万个组合事务。尽管用户可以将这个值设置为从 0 到 10 亿,VACUUM会悄悄地将有效值设置为autovacuum_multixact_freeze_max_age值的一半,这样在强制执行的自动清理之间不会有过短的时间间隔。更多信息请见vacuum-for-multixact-wraparound。
建议 [EN]
Like freeze_min_age, lower this to somewhere around an hour of XID burn. Try starting with 500000.
在 StackOverflow
在 pgsql-hackers
- Re: Suggestions to overcome 'multixact "members" limit exceeded' in temporary tables
- Fwd: Suggestions to overcome 'multixact "members" limit exceeded' in temporary tables
- Suggestions to overcome 'multixact "members" limit exceeded' in temporary tables
- Re: pgsql: Consolidate docs for vacuum-related GUCs in new subsection