Re: Perfomance Tuning

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Perfomance Tuning
Дата
Msg-id 1f8901c36166$b50cf6b0$2800a8c0@mars
обсуждение исходный текст
Ответ на Re: Perfomance Tuning  (Dennis Björklund <db@zigo.dhs.org>)
Ответы Re: Perfomance Tuning  (Ron Johnson <ron.l.johnson@cox.net>)
Список pgsql-performance
> So, group the inserts in transactions with maybe 1000 commands each. It
> will go much faster. It can then cache the rows and in the end just make
> sure all 1000 have been written out on disk.

More than that, he should be using COPY - it's 10x faster than even grouped
inserts.

Chris


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

Предыдущее
От: Dennis Björklund
Дата:
Сообщение: Re: Perfomance Tuning
Следующее
От: Ron Johnson
Дата:
Сообщение: Re: Perfomance Tuning