Re: Throttling PostgreSQL's CPU usage
От
Magnus Hagander
Тема
Re: Throttling PostgreSQL's CPU usage
Дата
Msg-id
20070509055655.D4C24DCC04A@svr2.hagander.net
Ответ на
Re: Throttling PostgreSQL's CPU usage (Daniel Griscom)
Список
Дерево обсуждения
Throttling PostgreSQL's CPU usage Daniel Griscom <griscom@suitable.com>
Re: Throttling PostgreSQL's CPU usage Mark Lewis <mark.lewis@mir3.com>
Re: Throttling PostgreSQL's CPU usage Bill Moran <wmoran@collaborativefusion.com>
Re: Throttling PostgreSQL's CPU usage "Steinar H. Gunderson" <sgunderson@bigfoot.com>
Re: Throttling PostgreSQL's CPU usage Carlos Moreno <moreno_pg@mochima.com>
Re: Throttling PostgreSQL's CPU usage "Steinar H. Gunderson" <sgunderson@bigfoot.com>
Re: Throttling PostgreSQL's CPU usage "Joshua D. Drake" <jd@commandprompt.com>
Re: Throttling PostgreSQL's CPU usage Carlos Moreno <moreno_pg@mochima.com>
Re: Throttling PostgreSQL's CPU usage david@lang.hm
Re: Throttling PostgreSQL's CPU usage Daniel Griscom <griscom@suitable.com>
Re: Throttling PostgreSQL's CPU usage "Steinar H. Gunderson" <sgunderson@bigfoot.com>
Re: Throttling PostgreSQL's CPU usage "Magnus Hagander" <magnus@hagander.net>
Re: Throttling PostgreSQL's CPU usage Daniel Griscom <griscom@suitable.com>
Re: Throttling PostgreSQL's CPU usage Carlos Moreno <moreno_pg@mochima.com>
Re: Throttling PostgreSQL's CPU usage Carlos Moreno <moreno_pg@mochima.com>
Re: Throttling PostgreSQL's CPU usage david@lang.hm
Re: Throttling PostgreSQL's CPU usage "Luke Lonergan" <llonergan@greenplum.com>
Re: Throttling PostgreSQL's CPU usage david@lang.hm
> Thanks for all the feedback. Unfortunately I didn't specify that this > is running on a WinXP machine (the 3D renderer is an ActiveX plugin), > and I don't even think "nice" is available. I've tried using the > Windows Task Manager to set every postgres.exe process to a low > priority, but that didn't make a difference. Are you sure you're actually cpu limited? The windows schedules is actually pretty good at down shifting like that. It sounds like you might be i/o bound instead. Especially if you're on ide disks in this machine. > Several people have mentioned having multiple processors; my current > machine is a uni-processor machine, but I believe we could spec the > actual runtime machine to have multiple processors/cores. I'm only > running one query at a time; would that query be guaranteed to > confine itself to a single processor/core? Yes. Background processes can run on the other, like the background writer. They normally don't use a lot of cpu. You can avoid that as well by setting the cpu affinity on pg_ctl or postmaster. > In terms of performance, I don't think simply more power will do the > trick; I've got an AMD 3200+, and even doubling the power/halving the > stutter time won't be good enough. Again, make sure cpu really is the problem. /Magnus
В списке pgsql-performance по дате отправления