Re: multiple joins + Order by + LIMIT query performance issue

Поиск
Список
Период
Сортировка
От Guillaume Smet
Тема Re: multiple joins + Order by + LIMIT query performance issue
Дата
Msg-id 1d4e0c10805060838i5927b15bm26f9d9e2dac23520@mail.gmail.com
обсуждение исходный текст
Ответ на multiple joins + Order by + LIMIT query performance issue  (Antoine Baudoux <ab@taktik.be>)
Ответы Re: multiple joins + Order by + LIMIT query performance issue  (Antoine Baudoux <ab@taktik.be>)
Список pgsql-performance
Antoine,

On Tue, May 6, 2008 at 5:03 PM, Antoine Baudoux <ab@taktik.be> wrote:
>  "Limit  (cost=23981.18..23981.18 rows=1 width=977)"
>  "  ->  Sort  (cost=23981.18..23981.18 rows=1 width=977)"
>  "        Sort Key: this_.c_date"

Can you please provide the EXPLAIN ANALYZE output instead of EXPLAIN?

Thanks.

--
Guillaume

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

Предыдущее
От: Antoine Baudoux
Дата:
Сообщение: multiple joins + Order by + LIMIT query performance issue
Следующее
От: Justin
Дата:
Сообщение: What constitutes a complex query