Re: pgbench with libevent?

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgbench with libevent?
Date: 2023-08-14 00:35:26
Message-ID: 9633b9f1-c128-7031-6a9e-1af6d247caa0@minesparis.psl.eu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2023-08-14 00:39:30 Re: Make psql's qeury canceling test simple by using signal() routine of IPC::Run
Previous Message David Rowley 2023-08-13 23:53:02 Re: Report planning memory in EXPLAIN ANALYZE