Re: Possible to prevent transaction abort?

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Possible to prevent transaction abort?
Дата
Msg-id gthnka$t8c$1@ger.gmane.org
обсуждение исходный текст
Ответ на Re: Possible to prevent transaction abort?  (Adam B <adamb@videx.com>)
Список pgsql-general
Adam B wrote on 02.05.2009 00:48:
> Strange indeed.  Perhaps there's some background stuff happening that
> messes with the results (auto VACUUM?).
>
> In my mind, however, it makes sense that it would take longer: 2 extra
> operations against the server (save&release).

Typical case of "problem sits between keyboard and chair".

My import program had an additional parameter which was needed to enable the
savepoint. If that is set, the results are comparable to your test program (and
reproducable). So my fast results were not using savepoints.

Sorry for the confusion.

Thomas

В списке pgsql-general по дате отправления:

Предыдущее
От: Jasen Betts
Дата:
Сообщение: Re: 08P01: unexpected EOF on client connection
Следующее
От: Bill Moseley
Дата:
Сообщение: Re: Tracking down a deadlock