Re: Performance Query

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Performance Query
Дата
Msg-id 200703021652.22785.josh@agliodbs.com
обсуждение исходный текст
Ответ на Performance Query  (Abu Mushayeed <abumushayeed@yahoo.com>)
Ответы Re: Performance Query  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
Abu,

>   I really do not know how to find out what the query is waiting on,
> unlike oracle db provides some of the information through its dynamic
> performance views.

Yeah, we don't have that yet.

>   Please help in understanding how I can find out what the system is
> waiting for or why is it taking the query so long.

First guess would be I/O bound.  The planner, at least, thinks you're
inserting 2 million records.  What kind of disk support do you have?


--
--Josh

Josh Berkus
PostgreSQL @ Sun
San Francisco

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

Предыдущее
От: "Alex Deucher"
Дата:
Сообщение: Re: strange performance regression between 7.4 and 8.1
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Performance Query