Tracing I/O (was: 8.1 and syntax checking at create time)

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Tracing I/O (was: 8.1 and syntax checking at create time)
Дата
Msg-id 20050902020629.GA20265@pervasive.com
обсуждение исходный текст
Ответ на Re: 8.1 and syntax checking at create time  (huaxin zhang <uwcssa@gmail.com>)
Ответы Re: Tracing I/O (was: 8.1 and syntax checking at create time)  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
On Wed, Aug 31, 2005 at 04:08:10PM -0400, huaxin zhang wrote:
> I am new to this hacker's job. What I was looking for was to record
> the actual disk IO performed for arbituary query plan. I searched
> in backend/executor but not sure if that was the right place to 
> add a tracer. would the /backend/storage be the place that controls
> the actual I/O? btw, is there a way to find the definitions of all variables
> or functions defined? I tried cscope but it is not good for such a large 
> framework.
>  thanks a lot

I believe you'd want backend/storage, but I'm just guessing.
-- 
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software        http://pervasive.com        512-569-9461


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

Предыдущее
От: ITAGAKI Takahiro
Дата:
Сообщение: Two different defs of MAX_TUPLES_PER_PAGE
Следующее
От: "Matthew Miller"
Дата:
Сообщение: Re: PL/pgSQL: EXCEPTION NOSAVEPOINT