【发布时间】:2020-09-05 17:46:01
【问题描述】:
Postgres v11.9
Postgres 日志中有很多这样的错误:
2020-09-05 17:35:37 GMT [22464]: @: [6-1] ERROR: uncommitted xmin 636700836 from before xid cutoff 809126794 needs to be frozen
2020-09-05 17:35:37 GMT [22464]: @: [7-1] CONTEXT: automatic vacuum of table "table_nane"
手动真空也因此错误而失败。
我可以做些什么来修复这个错误?
【问题讨论】:
标签: postgresql vacuum autovacuum