Re: SQL performance problems - Mailing list pgsql-performance

From Tom Lane
Subject Re: SQL performance problems
Date
Msg-id 27514.1062194628@sss.pgh.pa.us
Whole thread Raw
In response to SQL performance problems  (Rhaoni Chiu Pereira <rhaoni@sistemica.info>)
List pgsql-performance
Rhaoni Chiu Pereira <rhaoni@sistemica.info> writes:
>    I still have performance problems with this sql:

It seems odd that all the joins are being done as nestloops.  Perhaps
you shouldn't be forcing enable_seqscan off?

            regards, tom lane

pgsql-performance by date:

Previous
From: Rhaoni Chiu Pereira
Date:
Subject: SQL performance problems
Next
From: "Rudi Starcevic"
Date:
Subject: Re: Indexing question