Re: PostgreSQL performance issues
От
Alan Hodgson
Тема
Re: PostgreSQL performance issues
Дата
Msg-id
200608300924.26151@hal.medialogik.com
Ответ на
Re: PostgreSQL performance issues (Willo van der Merwe)
Список
Дерево обсуждения
PostgreSQL performance issues Willo van der Merwe <willo@studentvillage.co.za>
Re: PostgreSQL performance issues Codelogic <codelogic@gmail.com>
Re: PostgreSQL performance issues "A. Kretschmer" <andreas.kretschmer@schollglas.com>
Re: PostgreSQL performance issues "Joshua D. Drake" <jd@commandprompt.com>
Re: PostgreSQL performance issues Rusty Conover <rconover@infogears.com>
Re: PostgreSQL performance issues Willo van der Merwe <willo@studentvillage.co.za>
Re: PostgreSQL performance issues Alan Hodgson <ahodgson@simkin.ca>
Re: PostgreSQL performance issues "Merlin Moncure" <mmoncure@gmail.com>
Re: PostgreSQL performance issues Willo van der Merwe <willo@studentvillage.co.za>
Re: PostgreSQL performance issues "Merlin Moncure" <mmoncure@gmail.com>
Re: PostgreSQL performance issues Alex Hayward <xelah-pgsql@xelah.com>
Re: PostgreSQL performance issues PFC <lists@peufeu.com>
On Wednesday 30 August 2006 03:48, Willo van der Merwe wrote: > Hi Rusty, > > Good ideas and I've implemented some of them, and gained about 10%. I'm > still sitting on a load avg of about 60. > > Any ideas on optimizations on my postgresql.conf, that might have an > effect? If all of those sessions are truly doing a select count(*) from a .75 million row table (plus half a million dead rows), then I'm not suprised it's bogged down. Every query has to loop through the cache of the full table in memory every time it's run. Your CPU is doing something. I doubt that postgresql.conf settings are going to help. What exactly are all those high CPU usage sessions doing? -- "Government big enough to supply everything you need is big enough to take everything you have ... the course of history shows that as a government grows, liberty decreases." -- Thomas Jefferson
В списке pgsql-performance по дате отправления