Re: Comments on subquery performance

Поиск
Список
Период
Сортировка
От Joel Fradkin
Тема Re: Comments on subquery performance
Дата
Msg-id 000001c515e9$db144870$797ba8c0@jfradkin
обсуждение исходный текст
Ответ на Re: Comments on subquery performance  ("T- Bone" <jbowen333@hotmail.com>)
Список pgsql-sql
Yea we examined it here as a group as we are facing the same kind of stuff
and found exactly the same thing.
It does what MSSQL called a Cartesian join, and ran no faster other then
removing the outer join logic.

Using a regular join statement and only inner joins was the same speed and I
think little less confusing when you have several joins as our system does.

We may have to look at re-engineering our system as the original design has
dozens of table whith a field set like ID, Value to hold stuff like
apprehension type, jobtitle etc. So we hold a main record with dozens of
id's (and joins when reporting).

Joel Fradkin




В списке pgsql-sql по дате отправления:

Предыдущее
От: "T- Bone"
Дата:
Сообщение: Re: Comments on subquery performance
Следующее
От: "Joel Fradkin"
Дата:
Сообщение: RE: [SQL] trrouble inserting stuff like é