pgbench - implement strict TPC-B benchmark
Fabien COELHO <coelho@cri.ensmp.fr>
From: Fabien COELHO <coelho@cri.ensmp.fr>
To: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2019-04-08T15:58:46Z
Lists: pgsql-hackers
Attachments
- pgbench-strict-tpcb-1.patch (text/x-diff) patch
Hello devs, The attached patch does $SUBJECT, as a showcase for recently added features, including advanced expressions (CASE...), \if, \gset, ending SQL commands at ";"... There is also a small fix to the doc which describes the tpcb-like implementation but gets one variable name wrong: balance -> delta. -- Fabien.
Commits
-
Fix documentation for pgbench tpcb-like.
- 9dcf6d178a51 9.6.15 landed
- 15f2f2759ecd 10.10 landed
- f757d89e88e8 11.5 landed
- dd5e47a92cfc 12.0 landed
- 0369f4736665 13.0 landed