Robert Haas <robertmhaas@gmail.com> wrote:
> Yeah, I'd just drop -S.
Easily done.
> Make sure to use -c N -j N with pgbench, or you'll probably not be
> able to saturate it.
Yeah, that's part of the script I copied from you.
> I've also had good luck with wal_writer_delay=20ms, although if
> you have synchronous_commit=on that might not matter, and it's
> much less important since Simon's recent patch in that area went
> in.
What the heck; will do.
> What scale factor are you testing at?
100. Perhaps I should boost that since I'm going as far as 128
clients?
-Kevin