Re: slower with the time

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: slower with the time
Дата
Msg-id 200307011318.00824.shridhar_daithankar@nospam.persistent.co.in
обсуждение исходный текст
Ответ на slower with the time  (Juraj Porada <porada@pe-muc.de>)
Список pgsql-performance
On Tuesday 01 July 2003 13:17, Juraj Porada wrote:
> I insert data every second in my table. Every minute I delete from the
> table some row to keep max 10000 rows in the table.
> At the beginning deletes consume about 20% CPU time. After 24 houts
> every delete needs up tu 100% CPU time (updates too).
> Vacuuming doesn't help.
> After I restart postmaster, it works again very quick.
> Any ideas?

Postmaster does not consume CPU for simple things like this unless it does not
have enough shared buffers.

What is your shared buffer setting? Can you tune it according to available
RAM, dataset size and type of workload?

 Shridhar


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

Предыдущее
От: Juraj Porada
Дата:
Сообщение: slower with the time
Следующее
От: Juraj Porada
Дата:
Сообщение: Re: slower with the time