Re: Slowness of extended protocol

Поиск
Список
Период
Сортировка
От Shay Rojansky
Тема Re: Slowness of extended protocol
Дата
Msg-id CADT4RqBqf3_iRnHuZ=0RhRomEeWm4YvhieP4rQ=Trccgui+TzA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Slowness of extended protocol  (Vladimir Sitnikov <sitnikov.vladimir@gmail.com>)
Ответы Re: Slowness of extended protocol  (Vladimir Sitnikov <sitnikov.vladimir@gmail.com>)
Re: Slowness of extended protocol  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers

On Mon, Aug 1, 2016 at 12:12 PM, Vladimir Sitnikov <sitnikov.vladimir@gmail.com> wrote:
 
> The attached patch passes `make check` and it gains 31221 -> 33547 improvement for "extended pgbench of SELECT 1".
> The same version gains 35682 in "simple" mode, and "prepared" mode achieves 46367 (just in case).

That's great, thanks for looking into it! I hope your patch gets merged.

> Shay, why don't you use a profiler? Seriously.
> I'm afraid "iterate the per-message loop in PostgresMain five times not once" /"just discussing what may or may not be a problem..."  is just hand-waving.
> Come on, it is not that hard.

I really don't get what's problematic with posting a message on a mailing list about a potential performance issue, to try to get people's reactions, without diving into profiling right away. I'm not a PostgreSQL developer, have other urgent things to do and don't even spend most of my programming time in C.

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: TODO item: Implement Boyer-Moore searching in LIKE queries
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PostmasterContext survives into parallel workers!?