I have strange issue with pgbench where it fails to execute step to create
primary keys when I specify scaling factor / transactions to some
reasonable high value - eg. 8k.
I am doing
$ pgbench -i -s 8000 sampledb
$ pgbench -c 10 -j 2 -t 8000 sampledb
when I fails I see
=
vacuum...
startin
8000 - with same
commands.
Do you suggest that above is not correct way?
On Tue, Jun 26, 2018 at 2:41 PM, David Rowley
wrote:
> On 27 June 2018 at 00:21, Elvir Kurić wrote:
> > I have strange issue with pgbench where it fails to execute step to
> create
> > primary keys when