Re: pgbench with libevent?

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: pgbench with libevent?
Дата
Msg-id 9633b9f1-c128-7031-6a9e-1af6d247caa0@minesparis.psl.eu
обсуждение исходный текст
Ответ на pgbench with libevent?  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: pgbench with libevent?  (Thomas Munro <thomas.munro@gmail.com>)
Re: pgbench with libevent?  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
> 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.

Note: libev had no updates in 8 years.

-- 
Fabien.



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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Report planning memory in EXPLAIN ANALYZE
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: Make psql's qeury canceling test simple by using signal() routine of IPC::Run