Re: Are there limits to number of INSERTS inside a Transaction?

Поиск
Список
Период
Сортировка
От Gilles DAROLD
Тема Re: Are there limits to number of INSERTS inside a Transaction?
Дата
Msg-id 396CC70D.61F9B2D6@darold.net
обсуждение исходный текст
Ответ на Are there limits to number of INSERTS inside a Transaction?  (Ken Causey <ken@premiernet.net>)
Список pgsql-general
Ken Causey wrote:

> I can tell this is going to be a good day, it's my second stupid question
> of the day.  Thanks to Alex Bolenok for a complete, concise answer to my
> first question!
>
> Now the question:  Can I do too much inside a transaction?  In other
> words, say I was importing a file with 100,000 records and I wanted
> to make sure either the whole thing imported or none of it; would it
> be a bad idea to do ALL of the inserts within a single transaction?
>
> Are there any limits to the number of inserts/updates within a transaction?
>
> Ken Causey

As I know all in one must work. Why not trying, you'll got the answer by
yourself ?
If you use transaction and it failed just do an ABORT TRANSACTION...


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Slashdot discussion
Следующее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: Are there limits to number of INSERTS inside a Tra nsaction?