Re: Selects query stats?

From: Mischa Sandberg <mischa(at)ca(dot)sophos(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Selects query stats?
Date: 2006-05-23 18:32:28
Message-ID: 4473553C.1010804@ca.sophos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Dan Gorman wrote:
> What I am looking for is that our DB is doing X selects a min.

What specifically would you like to measure?
Duration for specific queries?
Queries in an app for which you have no source?
There may be a way to get what you want by other means ...
Details?

I gather you cannot just time the app that's doing the selects,
nor extract those selects and run them via psql and time them
on their own?

>> Dan Gorman wrote:
>>> All,
>>> I might be completely crazy here, but it seems every other database
>>> exposes select query stats. Postgres only exposes
>>> updates/deletes/inserts. Is there something I am missing here?

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Dan Gorman 2006-05-23 18:33:12 Re: Selects query stats?
Previous Message Dan Gorman 2006-05-23 18:15:10 Re: Selects query stats?