Re: Slow performance when querying millions of rows

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: Slow performance when querying millions of rows
Дата
Msg-id 4E0A7726.2040809@2ndQuadrant.com
обсуждение исходный текст
Ответ на Re: Slow performance when querying millions of rows  ("Craig McIlwee" <craig.mcilwee@openroadsconsulting.com>)
Список pgsql-performance
On 06/28/2011 07:26 PM, Craig McIlwee wrote:
> Yes, the data import is painfully slow but I hope to make up for that
> with the read performance later.

You can probably improve that with something like this:

shared_buffers=512MB
checkpoint_segments=64

Maybe bump up maintenance_work_mem too, if the vacuum part of that is
the painful one.

--
Greg Smith   2ndQuadrant US    greg@2ndQuadrant.com   Baltimore, MD
Comprehensive and Customized PostgreSQL Training Classes:
http://www.2ndquadrant.us/postgresql-training/


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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: Slow performance when querying millions of rows
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Slow performance when querying millions of rows