Re: Selects query stats?

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: Selects query stats?
Дата
Msg-id 20060523184100.GW64371@pervasive.com
обсуждение исходный текст
Ответ на Re: Selects query stats?  (Dan Gorman <dgorman@hi5.com>)
Ответы Re: Selects query stats?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
On Tue, May 23, 2006 at 11:33:12AM -0700, Dan Gorman wrote:
> In any other DB (oracle, mysql) I know how many queries (selects) per
> second the database is executing. How do I get this
> number out of postgres?

You can't. You also can't know how many DML statements were executed
(though you can see how many tuples were inserted/updated/deleted), or
how many transactions have occured (well, you can hack the last one, but
it's a bit of a mess).

It would be nice if all of this was available.
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

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

Предыдущее
От: Dan Gorman
Дата:
Сообщение: Re: Selects query stats?
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Selects query stats?