Re: Performance tuning for postgres

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Performance tuning for postgres
Дата
Msg-id 4C08C0970200002500031F33@gw.wicourts.gov
обсуждение исходный текст
Ответ на Performance tuning for postgres  (Yogesh Naik <Yogesh_Naik@persistent.co.in>)
Ответы Re: Performance tuning for postgres  (Michael Gould <mgould@intermodalsoftwaresolutions.net>)
Список pgsql-performance
Yogesh Naik <Yogesh_Naik@persistent.co.in> wrote:

> I am performing a DB insertion and update for 3000+ records and
> while doing so i get CPU utilization to 100% with 67% of CPU used
> by postgres....
>
> I have also done optimization on queries too...
>
> Is there any way to optimized the CPU utilization for postgres....

We'd need a lot more information before we could make useful
suggestions.  Knowing something about your hardware, OS, exact
PostgreSQL version, postgresql.conf contents, the table definition,
any foreign keys or other constraints, and exactly how you're doing
the inserts would all be useful.  Please read this and repost:

http://wiki.postgresql.org/wiki/SlowQueryQuestions

-Kevin

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: performance regression with Linux 2.6.33 and glibc 2.12
Следующее
От: Tom Lane
Дата:
Сообщение: Re: How filesystems matter with PostgreSQL