Re: Many to many join seems slow?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Many to many join seems slow?
Дата
Msg-id 20070515140505.GF6298@alvh.no-ip.org
обсуждение исходный текст
Ответ на Many to many join seems slow?  (Drew Wilson <drewmwilson@gmail.com>)
Ответы Re: Many to many join seems slow?
Список pgsql-performance
Drew Wilson escribió:

> =# explain SELECT s.source_id, s.value AS sourceValue, t.value AS
> translationValue
>       FROM
>           source s,
>           translation_pair tp,
>           translation t,
>           language l
>       WHERE
>           s.source_id = tp.source_id
>           AND tp.translation_id = t.translation_id
>           AND t.language_id = l.language_id
>           AND l.name = 'French' ;

Please provide an EXPLAIN ANALYZE of the query.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: Drew Wilson
Дата:
Сообщение: Many to many join seems slow?
Следующее
От: Drew Wilson
Дата:
Сообщение: Re: Many to many join seems slow?