Re: PostgreSQL Advocacy, Thoughts and Comments
Chris Travers <chris@travelamericas.com>
From: "Chris Travers" <chris@travelamericas.com>
To: <cnliou@so-net.net.tw>, <pgsql-general@postgresql.org>
Date: 2003-11-30T12:59:09Z
Lists: pgsql-general
Hi; The MySQL manual states that Joins perform better than subselects. The stated reason is that the planner can better optimize a join. I am, however, very skeptical of this, and would generally assume things to be the other way around. How do subselects perform in relation to hash joins, etc? Best Wishes, Chris Travers