Re: Speed up slow select - was gone blind - Mailing list pgsql-sql

From Richard Huxton
Subject Re: Speed up slow select - was gone blind
Date
Msg-id 424D45FE.3010808@archonet.com
Whole thread Raw
In response to Speed up slow select - was gone blind  (Gary Stainburn <gary.stainburn@ringways.co.uk>)
List pgsql-sql
Gary Stainburn wrote:
> Hi folks.
> 
> I've got my select working now, but I haven't received the speed 
> increase I'd expected.  It replaced an earlier select which combined a 
> single explicit join with multiple froms.  
> 
> The first select is the old one, the second  one is the new one (with a 
> new join).  The new one takes 24 seconds to run while the old one took 
> 29.
> 
> How can I redo the select to improve the speed, or what else can I do to 
> optimaise the database?

You'll want to compare the output of EXPLAIN ANALYSE for each version. 
Post them here, or on the performance list.

Also, make sure your basic PG tuning is ok. 
http://www.powerpostgresql.com/PerfList

--   Richard Huxton  Archonet Ltd


pgsql-sql by date:

Previous
From: "Dinesh Pandey"
Date:
Subject: Re: Speed up slow select - was gone blind
Next
From: Rosser Schwarz
Date:
Subject: Order of items in FROM causes error?