pgsql: Add --rate option.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add --rate option.
Date: 2013-07-22 23:46:38
Message-ID: E1V1PoM-0004q6-Qr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add --rate option.

This controls the target transaction rate to certain tps, rather than
maximum. Patch contributed by Fabien COELHO, reviewed by Greg Smith,
and slight editing by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fc9f4e9f8c981bbc050e5566cf558112c938da2c

Modified Files
--------------
contrib/pgbench/pgbench.c | 178 ++++++++++++++++++++++++++++++++++++++++-----
doc/src/sgml/pgbench.sgml | 48 +++++++++++-
2 files changed, 206 insertions(+), 20 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2013-07-23 00:38:53 Re: [COMMITTERS] pgsql: Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Previous Message Andres Freund 2013-07-22 23:18:58 Re: [COMMITTERS] pgsql: Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.