Re: Slow Query

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: Slow Query
Дата
Msg-id 4C77F64A.8030102@2ndquadrant.com
обсуждение исходный текст
Ответ на Slow Query  ("Ozer, Pam" <pozer@automotive.com>)
Ответы Re: Slow Query  ("Ozer, Pam" <pozer@automotive.com>)
Список pgsql-performance
Ozer, Pam wrote:

I am new to Postgres and I am trying to understand the Explain Analyze so I can tune the following query.


You should try http://explain.depesz.com/ , where you can post query plans like this and see where the time is going in a very easy to work with form.  It will highlight row estimation mistakes for you too.

-- 
Greg Smith  2ndQuadrant US  Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com   www.2ndQuadrant.us

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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: turn off caching for performance test
Следующее
От: "Ozer, Pam"
Дата:
Сообщение: Re: Slow Query