From: | Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr> |
---|---|
To: | PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | pgbench - implement strict TPC-B benchmark |
Date: | 2019-04-08 15:58:46 |
Message-ID: | alpine.DEB.2.21.1904081752210.5867@lancre |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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.
Attachment | Content-Type | Size |
---|---|---|
pgbench-strict-tpcb-1.patch | text/x-diff | 4.2 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Jesper Pedersen | 2019-04-08 16:33:55 | COLLATE: Hash partition vs UPDATE |
Previous Message | Fabien COELHO | 2019-04-08 15:43:24 | pgbench - add option to show actual builtin script code |