官术网_书友最值得收藏!

Making use of snapshot too old

VACUUM is doing a good job and it will reclaim free space as needed. But when can VACUUM actually clean out rows and turn them into free space? The rule is this: if a row cannot be seen by anybody anymore, it can be reclaimed. In reality this means that everything that is no longer seen even by the oldest transaction can be considered to be really dead.

This also implies that really long transactions can postpone cleanup for quite some time. The logical consequence is table bloat. Tables will grow beyond proportion and performance will tend to go downhill.

Fortunately PostgreSQL 9.6 has a nice feature that allows the administrator to intelligently limit the duration of a transaction. Oracle administrators will be familiar with the snapshot too old error; since PostgreSQL 9.6, this error message is also available. But it is more of a feature than an unintended side-effect of bad configuration (which it actually is in Oracle).

To limit the lifetime of snapshots, you can make use of a setting in postgresql.conf:

old_snapshot_threshold = -1             
# 1min-60d; -1 disables; 0 is immediate

If this variable is set, transactions will fail after a certain amount of time. Note that this setting is on an instance level and it cannot be set inside a session. By limiting the size of a transaction, the risk of insanely long transactions will decrease drastically.

主站蜘蛛池模板: 石嘴山市| 垦利县| 彰化县| 桃园市| 龙门县| 秭归县| 白河县| 五河县| 治多县| 封开县| 塘沽区| 称多县| 黄大仙区| 旺苍县| 大余县| 玉门市| 马鞍山市| 南阳市| 枣阳市| 津南区| 桂平市| 汽车| 福清市| 休宁县| 阳春市| 韶关市| 博乐市| 玛多县| 宁强县| 上蔡县| 伽师县| 新兴县| 新闻| 册亨县| 昌邑市| 尼勒克县| 南靖县| 衡山县| 兰州市| 平利县| 咸阳市|