Re: Strange Slow query - Mailing list pgsql-general

From Richard Huxton
Subject Re: Strange Slow query
Date
Msg-id 200402101538.27713.dev@archonet.com
Whole thread Raw
In response to Strange Slow query  ("veramente@libero.it" <veramente@libero.it>)
List pgsql-general
On Tuesday 10 February 2004 13:30, veramente@libero.it wrote:
> Hello all,
>
> I have the following query that has a problem i cannot resolve:

Can I suggest reposting on the performance list?
You'll want to supply EXPLAIN ANALYSE output for the right-join and inner-join
after making sure you've vacuum analysed the tables in question.
Oh - version of PG is always useful too.

When you run the EXPLAIN ANALYSE look carefully for areas where the estimate
of number of rows is wrong.
--
  Richard Huxton
  Archonet Ltd

pgsql-general by date:

Previous
From: Francois Suter
Date:
Subject: Now that I have --enabled-nls...
Next
From: Jan Wieck
Date:
Subject: Re: I want to use postresql for this app, but...