Re: understanding postgres issues/bottlenecks

Поиск
Список
Период
Сортировка
От Stefano Nichele
Тема Re: understanding postgres issues/bottlenecks
Дата
Msg-id bdb13b210901110709t68b85b0di4989a5cc934ea267@mail.gmail.com
обсуждение исходный текст
Ответ на Re: understanding postgres issues/bottlenecks  ("Stefano Nichele" <stefano.nichele@gmail.com>)
Список pgsql-performance

Here some number from a mine old pgfouine report:
- query peak: 378 queries/s
- select: 53,1%, insert 3,8%, update 2,2 %, delete 2,8 %


Actually the percentages are wrong (I think pgfouine counts also other types of query like ET SESSION CHARACTERISTICS AS TRANSACTION READ WRITE;):
These are the right ones:

SELECT   num: 658,5  perc:  85,7 %
INSERT    num: 47,66  perc:  6,2 %
UPDATE  num: 27,49  perc:   3,6 %
DELETE  num: 34,56  perc:  4,5 %


ste

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

Предыдущее
От: "Stefano Nichele"
Дата:
Сообщение: Re: understanding postgres issues/bottlenecks
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: understanding postgres issues/bottlenecks