Re: resource logging to optimize DBMS queries: how match access_log to pg log?

Поиск
Список
Период
Сортировка
От Scott Weikart
Тема Re: resource logging to optimize DBMS queries: how match access_log to pg log?
Дата
Msg-id 02030215254105.03865@sandino.dnsalias.org
обсуждение исходный текст
Ответ на resource logging to optimize DBMS queries: how match access_log to pg log?  (Scott Weikart <ScottW@benetech.org>)
Список pgsql-php
Responding to my own email...

On Friday 01 March 2002  6:36 pm, Scott Weikart wrote:
> But, how can I match the PHP log with the PID of the database
> connection?  Is there an SQL command I can run to find out my
> connections PID, or some other identifier that I can put in
> PostgreSQL's log?

I just figured out the obvious solution to my first problem: don't
rely on the PostgreSQL log, instead have the PHP application log the
queries itself.

However, I would still like to know the answer to this problem:

> Also, is there a query I can run that will quantify the amount of
> resources that PostgreSQL had to use to satisfy all the queries made
> during the connection?

-scott

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

Предыдущее
От: Scott Weikart
Дата:
Сообщение: resource logging to optimize DBMS queries: how match access_log to pg log?
Следующее
От: "Papp Gyozo"
Дата:
Сообщение: Re: resource logging to optimize DBMS queries: how match access_log to pg log?