Re: Increasing query time after updates

From: Mark Kirkwood <mark(dot)kirkwood(at)catalyst(dot)net(dot)nz>
To: Katharina Koobs <katharina(dot)koobs(at)uni-konstanz(dot)de>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Increasing query time after updates
Date: 2014-01-21 18:53:20
Message-ID: 52DEC220.3010609@catalyst.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 21/01/14 21:45, Mark Kirkwood wrote:
> On 21/01/14 21:37, Katharina Koobs wrote:
>> Dear Heikki,
>> thank you for your valuable feedback. Regarding your questions: It
>> gradually slower every day. The database size is increasing only
>> slightly over time.
>>
>> I will try your hint regarding CLUSTERING. The difference in effect of
>> VACUUM FULL in version 9.0 sounds very interesting. I will discuss the
>> update to version 9.0 with my colleague.
>>
>> Any further idea or feedback is much appreciated.
>>
>>
>
> Index bloat could be a factor too - performing a regular REINDEX on the
> relevant tables could be worth a try.
>

Sorry - I missed that you had tried reindex already.

regards

Mark

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Josh Berkus 2014-01-21 18:55:49 Re: Time of query result delivery
Previous Message Tomas Vondra 2014-01-21 10:57:51 Re: Increasing query time after updates