Re: Performance problem with query - Mailing list pgsql-general

From Merlin Moncure
Subject Re: Performance problem with query
Date
Msg-id b42b73150607140659u3a163980keed67c91d7cdc9e3@mail.gmail.com
Whole thread Raw
In response to Antw: Re: Performance problem with query  ("Christian Rengstl" <Christian.Rengstl@klinik.uni-regensburg.de>)
List pgsql-general
On 7/14/06, Christian Rengstl
<Christian.Rengstl@klinik.uni-regensburg.de> wrote:
> Hi,
>
> somehow my reply yesterday got lost, but nevertheless here comes the
> explain analyze again. It's the explain of the operation that causes
> this huge performance discrepancy. Unfortunately i had to perform the
> explain analyze with an empty temp_table, because after the whole
> operation is done, i delete the data again to save some space.

that's not much help.  remember that explain analyze actually performs
your query. so next time you run it, do explain analyze and post
results here. just quick tip: run analyze before you run your big
query.

merlin

pgsql-general by date:

Previous
From: "Christian Rengstl"
Date:
Subject: Antw: Problem with archive_command
Next
From: Alban Hertroys
Date:
Subject: Re: Q: Table scans on set difference