Re: performance problems ... 100 cpu utilization
От
David Mitchell
Тема
Re: performance problems ... 100 cpu utilization
Дата
Msg-id
42D7069B.5090107@telogis.com
Ответ на
Список
Дерево обсуждения
Re: performance problems ... 100 cpu utilization "Qingqing Zhou" <zhouqq@cs.toronto.edu>
Re: performance problems ... 100 cpu utilization Dennis <dennis@works4me.com>
Re: performance problems ... 100 cpu utilization David Mitchell <david.mitchell@telogis.com>
Re: performance problems ... 100 cpu utilization Dennis <dennis@works4me.com>
Re: performance problems ... 100 cpu utilization David Mitchell <david.mitchell@telogis.com>
Re: performance problems ... 100 cpu utilization Dennis <dennis@works4me.com>
If your table has got into this state, then vacuum analyze won't fix it. You will have to do a vacuum full to get it back to normal, then regularly vacuum (not full) to keep it in good condition. We vacuum our critical tables every 10 minutes to keep them in good nick. David Dennis wrote: > David Mitchell wrote: > >> What is the load average on this machine? Do you do many updates? If >> you do a lot of updates, perhaps you haven't vacuumed recently. We >> were seeing similar symptoms when we started load testing our stuff >> and it turned out we were vacuuming too infrequently. > > > The load average at the 100% utilization point was about 30! A vacuum > analyze was done before the test was started. I believe there are many > more selects than updates happening at any one time. > > Dennis > > ---------------------------(end of broadcast)--------------------------- > TIP 9: In versions below 8.0, the planner will ignore your desire to > choose an index scan if your joining column's datatypes do not > match > > -- David Mitchell Software Engineer Telogis
В списке pgsql-performance по дате отправления