On Fri, May 4, 2012 at 8:07 AM, Jan Nielsen <jan(dot)sture(dot)nielsen(at)gmail(dot)com> wrote:
> Starting to get some quantitative data now. Here is the results from the
> pgbench scaling:
>
> pgbench -t 2000 -c 32 -S pgbench
A single thread of pgbench is probably not enough to saturate 32
sessions. What if you try -j 16 or -j 32?
Also, -t 2000 is mighty low.
Cheers,
Jeff