How can compiler speed-up postgresql database?

Richard Biener richard.guenther@gmail.com
Wed Mar 21 09:26:00 GMT 2018


On Tue, Mar 20, 2018 at 8:57 PM, Martin Liška <mliska@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



More information about the Gcc mailing list