Re: psql is slow and it does not take much resources

Поиск
Список
Период
Сортировка
От Larry Rosenman
Тема Re: psql is slow and it does not take much resources
Дата
Msg-id F6616E0E81AC0841B1F9DD252F7C4B55041A57@ausmaildd.aus.pervasive.com
обсуждение исходный текст
Ответ на psql is slow and it does not take much resources  ("Javier de la Torre" <jatorre@gmail.com>)
Список pgsql-general
Javier de la Torre wrote:
> Yes,
>
> Thanks. I am doing this now...
>
> Is definetly faster, but I will also discover now if there is a limit
> in a transaction side... I am going to try to insert into one single
> transaction 60 million records in a table.
>
> In any case I still don't understand how why PostgreSQL was not taking
> resources before without the transaction. If it has to create a
> transaction per insert I understand it will have to do more things,
> but why is not taking all resources from the machine? I mean, why is
> it only taking 3% of them.
>
I'll bet your WAL disk is mostly WAIT-I/O, waiting for the WAL log
flushes at end of transaction.

LER

--
Larry Rosenman
Database Support Engineer

PERVASIVE SOFTWARE. INC.
12365B RIATA TRACE PKWY
3015
AUSTIN TX  78727-6531

Tel: 512.231.6173
Fax: 512.231.6597
Email: Larry.Rosenman@pervasive.com
Web: www.pervasive.com

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

Предыдущее
От: "Javier de la Torre"
Дата:
Сообщение: Re: psql is slow and it does not take much resources
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: psql is slow and it does not take much resources