Re: JDBC gripe list

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: JDBC gripe list
Дата
Msg-id 4D920984020000250003BF08@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: JDBC gripe list  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: JDBC gripe list  (Dave Cramer <pg@fastcrypt.com>)
Re: JDBC gripe list  (Quartz <quartz12h@yahoo.com>)
Список pgsql-jdbc
Dave Cramer <pg@fastcrypt.com> wrote:

> it would be done in a transaction otherwise what is the point ?

That's a fair question.  A batch will almost always run faster if
done as a single transaction which either runs in its entirety or
fails in its entirety.  What is the reason for wanting to use batch
processing if not for speed?  I think we need to see a reasonable
use case from someone advocating this change in order to justify it.
(Note: "It works in MySQL" won't cut it.)

-Kevin

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: JDBC gripe list
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: JDBC gripe list