Re: Performance weirdness with/without vacuum analyze

From: Harry Broomhall <harry(dot)broomhall(at)uk(dot)easynet(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Performance weirdness with/without vacuum analyze
Date: 2003-10-14 12:48:11
Message-ID: 200310141248.NAA46011@haeb.noc.uk.easynet.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greg Stark writes:
>
> Harry Broomhall <harry(dot)broomhall(at)uk(dot)easynet(dot)net> writes:
>
> > I'm not entirely sure how I would do this, as the 'lookup' is actualy
> > a join. I thought that the order of nameing the joined tables didn't
> > matter (except for 'left' and 'right'), similar to the fact that 1 + 2 is
> > the same as 2 + 1.
>
> Outer joins are commutative (1+2 == 2+1) at least barring the left/right
> issue. But they are not associative. (1+2)+3 != 1+(2+3).

Thanks for the info. I was fairly sure that both the above were true,
but it is nice to be certain!

Regards,
Harry.

Browse pgsql-general by date

  From Date Subject
Next Message Jeff 2003-10-14 12:53:36 Re: Index on timestamp to date field
Previous Message Renê Salomão 2003-10-14 12:05:07 Re: Create Function... ERROR: language "plpgsql" does