From: | Csaba Nagy <nagy(at)ecircle-ag(dot)com> |
---|---|
To: | Stefan Nobis <stefan-ml(at)snobis(dot)de> |
Cc: | Postgres general mailing list <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Oracle outer join syntax |
Date: | 2006-04-05 16:05:34 |
Message-ID: | 1144253134.5687.325.camel@coppola.muc.ecircle.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> BTW: You have to use the cost based optimizer (new syntax with rule
> based optimizer yields really bad performance). And our DBA really
> don't like statistics... :(
This is kind of off topic on this list, but there are ways to force
Oracle to use specific plans by carefully hinting it.
And the bad news for your DBA: I think Oracle wants to deprecate the
rule based optimizer completely in the future (I'm not the one who cares
about Oracle here, so I won't know this for sure, but I overheard some
Oracle DBA head-banging here). So better get used to the statistics...
Cheers,
Csaba.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-04-05 16:13:00 | Re: Oracle outer join syntax |
Previous Message | Don Y | 2006-04-05 16:01:56 | Re: User defined data type |