PostgreSQL profiling?

Поиск
Список
Период
Сортировка
От Alex Pilosov
Тема PostgreSQL profiling?
Дата
Msg-id Pine.BSO.4.10.10102021355310.9372-100000@spider.pilosoft.com
обсуждение исходный текст
Ответ на RE: Is Oracle really so much faster  ("Mikheev, Vadim" <vmikheev@SECTORBASE.COM>)
Ответы Re: PostgreSQL profiling?
Список pgsql-general
A quick question:

Have someone made effort to do profiling of pgsql during execution of
certain things (inserts, selects, sorting, indices)?

I have a feeling (based on stopping postgres from gdb periodically), that
a lot of time is used in strcoll() (if table and index has string
columns).

Column in question is declared char(3).

So, why's postgres collating anything at all?

I'll get back to you with more details and tracebacks, but I just wanted
to check if anyone done any profiling...

-alex




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

Предыдущее
От: "Mikheev, Vadim"
Дата:
Сообщение: RE: Is Oracle really so much faster
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: plpgsql always returning null..