Re: [PATCH] dtrace probes for memory manager

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCH] dtrace probes for memory manager
Дата
Msg-id 9915.1258147201@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PATCH] dtrace probes for memory manager  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-hackers
"Joshua D. Drake" <jd@commandprompt.com> writes:
> On Fri, 2009-11-13 at 16:06 -0500, Tom Lane wrote:
>> This is a bad idea and I want to reject it outright.  No ordinary user
>> is really going to care about those details, and palloc is a
>> sufficiently hot hot-spot that even the allegedly negligible overhead
>> of an inactive dtrace probe is going to cost us.

> No ordinary user is going to use dtrace at all.

Right, but *those probes are going to cost him performance anyway*
if he's using a dtrace-enabled build.  Probes associated with I/O
calls might be negligible, probes in palloc are not going to be.
        regards, tom lane


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: next CommitFest
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: [PATCH] dtrace probes for memory manager