Can anyone explain this: duplicate dbs.

From: "SpaceBallOne" <space_ball_one(at)hotmail(dot)com>
To: <pgsql-performance(at)postgresql(dot)org>
Subject: Can anyone explain this: duplicate dbs.
Date: 2005-05-25 02:07:49
Message-ID: BAY14-DAV38E580C92EFF811F1266ACC0E0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Wondering if someone could explain a pecularity for me:

We have a database which takes 1000ms to perform a certain query on.

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.

Can anyone explain why this may be occurring and how I might be able to keep the original database running at the same speed as "tempdb"?

Thanks in advance,

Dave.

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Christopher Kings-Lynne 2005-05-25 02:21:46 Re: Can anyone explain this: duplicate dbs.
Previous Message Christopher Kings-Lynne 2005-05-25 01:29:36 Re: Select performance vs. mssql