Re: SQL performance problems

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SQL performance problems
Дата
Msg-id 27514.1062194628@sss.pgh.pa.us
обсуждение исходный текст
Ответ на SQL performance problems  (Rhaoni Chiu Pereira <rhaoni@sistemica.info>)
Список pgsql-performance
Rhaoni Chiu Pereira <rhaoni@sistemica.info> writes:
>    I still have performance problems with this sql:

It seems odd that all the joins are being done as nestloops.  Perhaps
you shouldn't be forcing enable_seqscan off?

            regards, tom lane

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

Предыдущее
От: Rhaoni Chiu Pereira
Дата:
Сообщение: SQL performance problems
Следующее
От: "Rudi Starcevic"
Дата:
Сообщение: Re: Indexing question