Re: transaction limits?

Поиск
Список
Период
Сортировка
От Mark Rae
Тема Re: transaction limits?
Дата
Msg-id 20051021111732.GA11147@purplebat.com
обсуждение исходный текст
Ответ на Re: transaction limits?  (Nicolas Barbier <nicolas.barbier@gmail.com>)
Список pgsql-general
On Fri, Oct 21, 2005 at 12:25:36PM +0200, Nicolas Barbier wrote:
> On 10/21/05, Richard Huxton <dev@archonet.com> wrote:
> > jeff sacksteder wrote:
> > > Are there known limits to how many rows can be inserted by one transaction,
>
> > Well, the system will need to be able to roll back the transaction, ...
>
> Just by not indicating that a transaction did commit, others will keep
> ignoring its rows. There is nothing to rollback here, thanks to MVCC.

Also, I've just done 300 million row INSERTs, from a 'mysqldump', inside
a single transaction. So there doesn't appear to be any implementation
problems that would stop you from reaching the theoretical table limits.

    -Mark

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: transaction limits?
Следующее
От: han.holl@informationslogik.nl
Дата:
Сообщение: Re: Strange order of execution with rule