Re: Can anyone explain this: duplicate dbs.

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: SpaceBallOne <space_ball_one(at)hotmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Can anyone explain this: duplicate dbs.
Date: 2005-05-25 02:22:53
Message-ID: 4293E17D.8090706@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

> If I pg_dump that database then create a new database (e.g. "tempdb")
> and upload the dump file (thus making a duplicate) then the same query
> only takes 190ms !!
> Vacuum, vacuum analyse, and vacuum full analyse does not seem to have an
> impact on these times.

Damn, for some reason I didn't read that you had already tried vacuum
full. In that case, I can't explain it except perhaps you aren't
vacuuming properly, or the right thing, or it's a disk cache thing.

Chris

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message John A Meinel 2005-05-25 02:39:15 Re: Can anyone explain this: duplicate dbs.
Previous Message Christopher Kings-Lynne 2005-05-25 02:21:46 Re: Can anyone explain this: duplicate dbs.