On Tue, Mar 20, 2018 at 8:57 PM, Martin Liška <mli...@suse.cz> wrote: > Hi. > > I did similar stats for postgresql server, more precisely for pgbench: > pgbench -s100 & 10 runs of pgbench -t10000 -v
Without looking at the benchmark probably only because it is flawed (aka not I/O or memory bandwidth limited). It might have some actual operations on data (regex code?) that we can speed up though. Richard. > Martin