Re: Fwd: Help required on query performance

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Fwd: Help required on query performance
Дата
Msg-id dcc563d11001311654j4e09a853p9b8f46b0312ba2ad@mail.gmail.com
обсуждение исходный текст
Ответ на Fwd: Help required on query performance  (Dave Clements <dclements89@gmail.com>)
Ответы Re: Fwd: Help required on query performance
Список pgsql-sql
On Sun, Jan 31, 2010 at 5:50 PM, Dave Clements <dclements89@gmail.com> wrote:
> Hello, I have this query in my system which takes around 2.5 seconds
> to run. I have diagnosed that the problem is actually a hashjoin on
> perm and s_ast_role tables. Is there a way I can avoid that join? I
> just want to change the
> query and no environment change.

What does

explain analyze select ... (rest of your query)

say?


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

Предыдущее
От: Dave Clements
Дата:
Сообщение: Fwd: Help required on query performance
Следующее
От: Dave Clements
Дата:
Сообщение: Re: Fwd: Help required on query performance