Re: Possible request for new feature

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Possible request for new feature
Дата
Msg-id 3374.1415201976@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Possible request for new feature  ("Campbell, Lance" <lance@illinois.edu>)
Ответы Re: Possible request for new feature
Список pgsql-admin
"Campbell, Lance" <lance@illinois.edu> writes:
> I develop web application for the University of Illinois.  We use PostgreSQL on the backend to provide our web
applicationwith data for around 3 million pages of dynamic web content per month.  A nice feature would be the ability
todo something just like EXPLAIN ANALYZE on queries with the slight difference of actually returning the results from
thequery and appending the QUERY PLAN to the end of the query. 

Such a behavior would break just about every client application.  Have you
looked into using the auto_explain module, which instead logs query plans
to the postmaster log?  That's a far less invasive way of collecting plans
for queries of live applications.  pg_stat_statements would be worth a
look too.

            regards, tom lane


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

Предыдущее
От: "Campbell, Lance"
Дата:
Сообщение: Possible request for new feature
Следующее
От: "Campbell, Lance"
Дата:
Сообщение: Re: Possible request for new feature