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

Making use of snapshot too old

VACUUM does a good job and it will reclaim free space as needed. However, 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 active 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, starting with PostgreSQL 9.6, the database 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. However, 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 age of a transaction, the risk of insanely long transactions will decrease drastically.

主站蜘蛛池模板: 光泽县| 德化县| 娄烦县| 周口市| 义乌市| 伊金霍洛旗| 商都县| 邢台市| 临海市| 中宁县| 永丰县| 开阳县| 馆陶县| 城口县| 仪征市| 双柏县| 福安市| 垫江县| 昌都县| 花莲市| 宁德市| 德格县| 古交市| 钟祥市| 红河县| 荃湾区| 沙坪坝区| 开封县| 韶山市| 绥阳县| 石阡县| 祁东县| 咸阳市| 若尔盖县| 腾冲县| 团风县| 罗田县| 海门市| 保亭| 林芝县| 邓州市|