Re: Measuring Query Performance

From: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Measuring Query Performance
Date: 2005-03-22 08:25:50
Message-ID: d1ol3f$2nev$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

""Ed L."" <pgsql(at)bluepolka(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Qingqing Zhou 2005-03-22 08:32:06 Re: Measuring Query Performance
Previous Message FERREIRA William (COFRAMI) 2005-03-22 08:13:58 Re: pl/perl problem