pgbench - extend initialization phase control - Mailing list pgsql-hackers

From Fabien COELHO
Subject pgbench - extend initialization phase control
Date
Msg-id alpine.DEB.2.21.1904061826420.3678@lancre
Whole thread Raw
Responses Re: pgbench - extend initialization phase control
List pgsql-hackers
Hello devs,

the attached patch adds some more control on the initialization phase.
In particular, ( and ) allow to begin/commit explicitely, and G generates 
the data server-side instead of client side, which might be a good idea 
depending on the available bandwidth.

Together with the previously submitted patch about getting stats on the 
initialization phase, the idea is to possibly improve this phase, or use 
it as a benchmark tool in itself.

-- 
Fabien.
Attachment

pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: pgbench - add minimal stats on initialization
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Implement uuid_version()