Re: your mail

Поиск
Список
Период
Сортировка
От Zalman Stern
Тема Re: your mail
Дата
Msg-id 199909020644.XAA18312@netcom15.netcom.com
обсуждение исходный текст
Ответ на ...  (Martin Neumann <lists@mne.de>)
Список pgsql-sql
I would either validate the data in the script, or batch the records into
bunches of 100 or 1000 or whatever inserts. If one of the batches fails,
then reprocess only that batch using individual inserts.

I believe using transactions of moderate size will be faster than using
really really huge ones. There are of course also transactional semantics
issues if you have concurrent access going on.

-Z-


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

Предыдущее
От: Martin Neumann
Дата:
Сообщение: ...
Следующее
От: tolik@aaanet.ru (Anatoly K. Lasareff)
Дата:
Сообщение: Re: none