Re: Savepoints in transactions for speed?

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Savepoints in transactions for speed?
Дата
Msg-id 50B54424.5010400@archonet.com
обсуждение исходный текст
Ответ на Savepoints in transactions for speed?  (Mike Blackwell <mike.blackwell@rrd.com>)
Список pgsql-performance
On 27/11/12 22:04, Mike Blackwell wrote:
> I need to delete about 1.5 million records from a table and reload it
> in one transaction.

> The data to reload the table is coming from a Perl DBI connection to a
> different database (not PostgreSQL) so I'm not sure the COPY
> alternative applies here.
No reason why it shouldn't.

https://metacpan.org/module/DBD::Pg#COPY-support

--
   Richard Huxton
   Archonet Ltd


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

Предыдущее
От: Mike Blackwell
Дата:
Сообщение: Savepoints in transactions for speed?
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: How to keep queries low latency as concurrency increases