Re: Performance issues in query with multiple joins

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Performance issues in query with multiple joins
Дата
Msg-id 1339836.1682690867@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Performance issues in query with multiple joins  (Παρασκευη Πασσαρη <passari.paraskevi@gmail.com>)
Список pgsql-performance
=?UTF-8?B?zqDOsc+BzrHPg866zrXPhc63IM6gzrHPg8+DzrHPgc63?= <passari.paraskevi@gmail.com> writes:
> We are facing a performance issue with the following query. Executing this
> query takes about 20 seconds.

Raising join_collapse_limit (to more than the number of joins in
the query) might help.  But I think really if performance is a
problem you should think about ditching the star schema design.

            regards, tom lane



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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Performance issues in query with multiple joins
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: Performance issues in query with multiple joins