Re: Problem with aborting entire transactions on error - Mailing list pgsql-general

From Zbigniew
Subject Re: Problem with aborting entire transactions on error
Date
Msg-id CALT7RM9SHHFBpSUCVWtZR8uezLMCzDTcLv2CYZA-7SF+UNikQA@mail.gmail.com
Whole thread Raw
In response to Re: Problem with aborting entire transactions on error  (Abel Abraham Camarillo Ojeda <acamari@the00z.org>)
List pgsql-general
2012/12/11, Abel Abraham Camarillo Ojeda <acamari@the00z.org>:

> It's faster than restarting the big transaction, maybe...

Of course, but it's still _much_ slower, than conducting such
transaction without any abort.

Actually, I had to implement savepoint-based solution anyway - but at
a cost of making the relevant part of code much more complex. Pay
attention, that actually every developer in this thread wrote, that
adding such complexity isn't a particularly good idea.
--
regards,
Zbigniew


pgsql-general by date:

Previous
From: Abel Abraham Camarillo Ojeda
Date:
Subject: Re: Problem with aborting entire transactions on error
Next
From: Zbigniew
Date:
Subject: Re: Problem with aborting entire transactions on error