Re: slow query

Поиск
Список
Период
Сортировка
От Torsten Förtsch
Тема Re: slow query
Дата
Msg-id 54DB5A11.3030700@gmx.net
обсуждение исходный текст
Ответ на slow query  (Sathish Nelson <satson.csc17@gmail.com>)
Список pgsql-performance
On 11/02/15 07:41, Sathish Nelson wrote:
> am connecting three tables in query. one table have 73000 records
>
> another two tables have 138000 records.
>
> but its take 12 sec for show 12402 rows in tables

you need more work_mem. The query plan shows multiple external sort nodes.

Otherwise, the query and the plan I received here are too badly
formatted for me to comprehend.

Torsten


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

Предыдущее
От: Sathish Nelson
Дата:
Сообщение: slow query
Следующее
От: Tom Lane
Дата:
Сообщение: Re: slow query