Re: Selects query stats?

Поиск
Список
Период
Сортировка
От Robin Ericsson
Тема Re: Selects query stats?
Дата
Msg-id c014a9590605240327h3f95ebbat8a6fcbc90680633@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Selects query stats?  (Dan Gorman <dgorman@hi5.com>)
Ответы Re: Selects query stats?  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-performance
On 5/23/06, Dan Gorman <dgorman@hi5.com> 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?

Mysql does AFAIR only count the number of queries and then uses the
"seconds since startup" to estimate the number of queries per second.
If your server is hammered with queries 1 hour a day it's not giving
you a fair result.


--
        regards,
        Robin

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

Предыдущее
От: Mischa Sandberg
Дата:
Сообщение: Re: Selects query stats?
Следующее
От: "Daniel J. Luke"
Дата:
Сообщение: Getting even more insert performance (250m+rows/day)