Re: slower with the time

From: Juraj Porada <porada(at)pe-muc(dot)de>
To: Shridhar Daithankar <shridhar_daithankar(at)persistent(dot)co(dot)in>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: slower with the time
Date: 2003-07-01 08:10:08
Message-ID: 3F0141E0.50703@pe-muc.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

shared_buffers = 32

I don't have much experience in tuning the database, but I think there
is a problem with a fragmentation of memory or so.
I don't known backgrounds.

Juraj

Shridhar Daithankar schrieb:

>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
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>
>

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Shridhar Daithankar 2003-07-01 08:17:06 Re: slower with the time
Previous Message Shridhar Daithankar 2003-07-01 07:48:00 Re: slower with the time