savepoints in 8.3.7 or whatever...

Поиск
Список
Период
Сортировка
От John R Pierce
Тема savepoints in 8.3.7 or whatever...
Дата
Msg-id 4A5E1A63.1030104@hogranch.com
обсуждение исходный текст
Ответы Re: savepoints in 8.3.7 or whatever...
Re: savepoints in 8.3.7 or whatever...
Список pgsql-general
 we have an app thats doing massive amounts of inserts, batched in
transactions, multiple concurrent connections (tuned for optimal
throughput, usually around 1 thread per cpu core plus a couple more).
occasionally a transaction gets duplicated, and that causes a constraint
violation which causes the whole transaction to abort unless we wrap
each insert in a savepoint.

my developers are asking me if there are limits as to how many
savepoints can be active, etc.   they have run into various such limits
in oracle.



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

Предыдущее
От: Florian Chis
Дата:
Сообщение: change database
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: change database