Re: transaction limits?

Поиск
Список
Период
Сортировка
От MaXX
Тема Re: transaction limits?
Дата
Msg-id djaqtn$1f31$1@talisker.lacave.net
обсуждение исходный текст
Ответ на transaction limits?  (jeff sacksteder <jsacksteder@gmail.com>)
Список pgsql-general
jeff sacksteder wrote:

> Are there known limits to how many rows can be inserted by one
> transaction, or does that just reflect the already documented row, table
> and database limits?
An error string in the source code stands:
         "cannot have more than 2^32-1 commands in a transaction"
(#: access/transam/xact.c:510)

HTH,
--
MaXX


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

Предыдущее
От: Michael Uvhagen
Дата:
Сообщение: password
Следующее
От: Franck Coppola
Дата:
Сообщение: How to cluster Postgresql