Re: Performance problem, what to do?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Performance problem, what to do?
Дата
Msg-id 13424.1008689814@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Performance problem, what to do?  (Archibald Zimonyi <archie@netg.se>)
Ответы Re: Performance problem, what to do?  (Archibald Zimonyi <archie@netg.se>)
Список pgsql-sql
Archibald Zimonyi <archie@netg.se> writes:
> On demand, I'll post the database structure as well as the SQL query which
> creates the slow respons. I'll add them as attachments (do they come at
> all?).

You're forcing the join order by using explicit JOIN syntax.
Rearranging the join order might yield a better plan.  See
http://www.postgresql.org/users-lounge/docs/7.1/postgres/explicit-joins.html
        regards, tom lane


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

Предыдущее
От: GB Clark II
Дата:
Сообщение: Re: Constructing a backup routine
Следующее
От: Archibald Zimonyi
Дата:
Сообщение: Re: Performance problem, what to do?