Explicit joins

From: Rishabh Kumar Jain <rishabh(dot)widu(at)yahoo(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Explicit joins
Date: 2011-05-05 06:04:11
Message-ID: 1304575451921-4372000.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

I referred chapter 14.3 of postgres document version 9.0.

explicit joins help the planner in planninng & thus improve performance.
On what relations are explicit joins to be added??

I am getting data from 10 tables in a view.
I don't know on which pair of tables I have to add explicit joins to improve
performance.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Explicit-joins-tp4372000p4372000.html
Sent from the PostgreSQL - performance mailing list archive at Nabble.com.

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Sethu Prasad 2011-05-05 07:47:41 Re: Postgres 9.0.4 + Hot Standby + FusionIO Drive + Performance => Query failed ERROR: catalog is missing 1 attribute(s) for relid 172226
Previous Message Didik Prasetyo 2011-05-05 01:18:59 ask the database engine tuning on the server