Re: queries are fast after dump->restore but slow again after some days dispite vacuum - Mailing list pgsql-performance

From Jeff Janes
Subject Re: queries are fast after dump->restore but slow again after some days dispite vacuum
Date
Msg-id CAMkU=1zC6qCJL+7o7mbxV9k1r39PO9u=Cba8h2F6VAY+6XDNBQ@mail.gmail.com
Whole thread Raw
In response to Re: queries are fast after dump->restore but slow again after some days dispite vacuum  (Felix Scheicher <mandavi@web.de>)
List pgsql-performance
On Thu, Jul 19, 2012 at 8:13 AM, Felix Scheicher <mandavi@web.de> wrote:
> Andrew Dunstan <andrew <at> dunslane.net> writes:
>
>> Try running CLUSTER on the relevant tables and see if it makes a
>> difference. If it does you might want to look into using pg_reorg
>> periodically.
>
>
> That worked like a charm! Many thanks. But how comes, the queries are also fast
> after a restore without the cluster?

Probably fewer buffers needed to be touched.

Running "explain (analyze, buffers)" would give information on how
many buffers were touched.


Cheers,

Jeff

pgsql-performance by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: queries are fast after dump->restore but slow again after some days dispite vacuum
Next
From: Scott Marlowe
Date:
Subject: Re: queries are fast after dump->restore but slow again after some days dispite vacuum