Re: Measuring Query Performance - Mailing list pgsql-general

From Qingqing Zhou
Subject Re: Measuring Query Performance
Date
Msg-id d1ol3f$2nev$1@news.hub.org
Whole thread Raw
In response to Measuring Query Performance  ("Ed L." <pgsql@bluepolka.net>)
List pgsql-general
""Ed L."" <pgsql@bluepolka.net> writes
> How are others handling this problem?  Other ideas?
>

In your client, you will measure the libpq/odbc/jdbc or whatever call's
completion time and send the interesting parts to your log database. And
just make sure the tested database and the log database are in separate
machines - so they won't bother each other.

Regards,
Qingqing



pgsql-general by date:

Previous
From: "Sim Zacks"
Date:
Subject: multi line text data/query ?bug?
Next
From: "Qingqing Zhou"
Date:
Subject: Re: Measuring Query Performance