Re: pgbench - add minimal stats on initialization
Fabien COELHO <coelho@cri.ensmp.fr>
From: Fabien COELHO <coelho@cri.ensmp.fr>
To: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Cc: radydoug@amazon.com
Date: 2019-04-07T16:22:46Z
Lists: pgsql-hackers
Attachments
- pgbench-init-stats-2.patch (text/x-diff) patch
> done in 0.68 s (drop 0.06 s, create table 0.02 s, generate 0.34 s, vacuum > 0.13 s, primary keys 0.13 s). > > See the durations on the last line. It's even better with working TAP tests. -- Fabien.
Commits
-
Report the time taken by pgbench initialization steps.
- ce8f94676400 13.0 landed