Re: osdl-dbt3 run results - puzzled by the execution - Mailing list pgsql-performance

From Matt Clark
Subject Re: osdl-dbt3 run results - puzzled by the execution
Date
Msg-id OAEAKHEHCMLBLIDGAFELMEACDLAA.matt@ymogen.net
Whole thread Raw
In response to Re: osdl-dbt3 run results - puzzled by the execution  (Jenny Zhang <jenny@osdl.org>)
List pgsql-performance
> I put the EXPLAIN ANALYZE output at:
> http://developer.osdl.org/~jenny/large_explain_analyze
> http://developer.osdl.org/~jenny/small_explain_analyze
> The actual execution time is 37 seconds(large) vs 5 seconds (small).
>

There's an obvious row count misestimation in the 'large' plan:

->  Sort  (cost=519.60..520.60 rows=400 width=31) (actual time=106.88..143.49 rows=30321 loops=1)

but I'm not good enough at reading these things to tell if that's the cause of the problem, or if so how to fix it :-(




pgsql-performance by date:

Previous
From: Manfred Koizar
Date:
Subject: Re: rewrite in to exists?
Next
From: Greg Stark
Date:
Subject: Re: osdl-dbt3 run results - puzzled by the execution plans