Re: Allow "snapshot too old" error, to prevent bloat

From: Rui DeSousa <rui(at)crazybean(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Allow "snapshot too old" error, to prevent bloat
Date: 2015-03-16 00:04:15
Message-ID: 20150316000415.2548.41321.pgcf@coridan.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Would a parameter to auto terminate long running transactions be a better solution? Terminating the long running transaction would allow for the normal vacuuming process to cleanup the deleted records thus avoiding database bloat without introducing new semantics to Postgres's MVCC. I would also recommend that the default be disabled.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gavin Flower 2015-03-16 00:14:10 Re: Allow "snapshot too old" error, to prevent bloat
Previous Message Andrew Dunstan 2015-03-15 23:49:56 Re: Faster setup_param_list() in plpgsql