Re: Begin/Commit

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Begin/Commit
Дата
Msg-id 16091.1009585573@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Begin/Commit  (Linh Luong <linh.luong@computalog.com>)
Ответы Re: Begin/Commit
Список pgsql-sql
Linh Luong <linh.luong@computalog.com> writes:
> I was wondering is there a limitation in the number of sql stmt that can go 
> between a begin and commit.

No, not as such.

If you are doing operations that involve foreign-key checks, you may see
performance problems in pre-7.2 releases due to some operations that
walk the list of pending foreign-key triggers.  You didn't give enough
info to know if that is a problem, though.
        regards, tom lane


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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Begin/Commit
Следующее
От: "Andrew G. Hammond"
Дата:
Сообщение: Re: Multiple counts