Re: "set primary keys..." is missing when using hight values for transactions / scaling factor with pgbench

2018-06-26 Thread Elvir Kurić
thank you David. I first run initialize step $ pgbench -i -s 8000 sampledb and then run step $ pgbench -c 10 -j 2 -t 8000 sampledb if I change -s/-t to lower value , eg, 100 above commands will show -- set primary keys... done. -- - I am not getting it ,why it fails when I rise -t/-s to 800

Re: "set primary keys..." is missing when using hight values for transactions / scaling factor with pgbench

2018-06-26 Thread David Rowley
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 I specify scaling factor / transactions to some reasonable > high value - eg. 8k. The primary keys are only created in -i mode, which can't be used in conj

"set primary keys..." is missing when using hight values for transactions / scaling factor with pgbench

2018-06-26 Thread Elvir Kurić
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