Re: pgbench with libevent?

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: pgbench with libevent?
Дата
Msg-id 20230814.150659.1167547855459810626.t-ishii@sranhm.sra.co.jp
обсуждение исходный текст
Ответ на Re: pgbench with libevent?  (Thomas Munro <thomas.munro@gmail.com>)
Ответы Re: pgbench with libevent?  (Thomas Munro <thomas.munro@gmail.com>)
Список pgsql-hackers
> On Mon, Aug 14, 2023 at 12:35 PM Fabien COELHO <coelho@cri.ensmp.fr> wrote:
>> > Pgbench is managing clients I/Os manually with select or poll. Much of this
>> > could be managed by libevent.
>>
>> Or maybe libuv (used by nodejs?).
>>
>> From preliminary testing libevent seems not too good at fine grain time
>> management which are used for throttling, whereas libuv advertised that it
>> is good at it, although what it does is yet to be seen.
> 
> Do you think our WaitEventSet stuff could be good here, if made
> frontend-friendly?

Interesting. In my understanding this also needs to make Latch
frontend-friendly?

Best reagards,
--
Tatsuo Ishii
SRA OSS LLC
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: [PoC] pg_upgrade: allow to upgrade publisher node
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Support to define custom wait events for extensions