Re: - Slow Query

Поиск
Список
Период
Сортировка
От Віталій Тимчишин
Тема Re: - Slow Query
Дата
Msg-id 331e40660907030429q206701bfg32e7f6a6bd5c7963@mail.gmail.com
обсуждение исходный текст
Ответ на Re: - Slow Query  (Віталій Тимчишин <tivv00@gmail.com>)
Список pgsql-performance

Sorry, it was an error in previous letter.

3 липня 2009 р. 14:22 Віталій Тимчишин <tivv00@gmail.com> написав:


2009/7/1 Mike Ivanov <mikei@activestate.com>



> LEFT outer JOIN ville ON ville.uid = bien.ref_ville
> LEFT outer JOIN freguesia_ville ON freguesia_ville.ref_ville =ville.uid

This is not enough. You have to add this condition as well:

AND bien.ref_ville = freguesia_ville.ref_ville

In other words, when you link three tables by a common field, all three relationships should be explicitly expressed, otherwise you'll have this type of explosive row multiplication.

Why so? Is not changing "freguesia_ville.ref_ville =ville.uid" to "freguesia_ville.ref_ville =bien.ref_ville" enough (to prevent cases when ville.uid is null as result of join)?



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

Предыдущее
От: Matthew Wakeling
Дата:
Сообщение: Re: Most effective insert or replace
Следующее
От: Patvs
Дата:
Сообщение: Six PostgreSQL questions from a pokerplayer