Re: how to do this query?

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: ww zz <ts_999(at)yahoo(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: how to do this query?
Date: 2003-05-20 17:49:42
Message-ID: 20030520104746.D69760-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


On Tue, 20 May 2003, ww zz wrote:

> another question is:
> if I do left outer join on a few big tables, will it
> be very slow?

In general, it shouldn't be particularly, or at least not particularly
worse than an inner join that gave the same number of result rows.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2003-05-20 19:25:29 Re: missing chunk number 0 for toast value 32067496
Previous Message Stephan Szabo 2003-05-20 17:47:06 Re: plpgsql recursion