pgsql: Add approximated Zipfian-distributed random generator to pgbench

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add approximated Zipfian-distributed random generator to pgbench
Date: 2017-12-14 11:30:42
Message-ID: E1ePRis-0004wm-2U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add approximated Zipfian-distributed random generator to pgbench.

Generator helps to make close to real-world tests.

Author: Alik Khilazhev
Reviewed-By: Fabien COELHO
Discussion: https://www.postgresql.org/message-id/flat/BF3B6F54-68C3-417A-BFAB-FB4D66F2B410(at)postgrespro(dot)ru

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1fcd0adeb38d6ef36066134bb3b44acc5a249a98

Modified Files
--------------
doc/src/sgml/ref/pgbench.sgml | 29 ++++
src/bin/pgbench/exprparse.y | 3 +
src/bin/pgbench/pgbench.c | 193 ++++++++++++++++++++++++++-
src/bin/pgbench/pgbench.h | 3 +-
src/bin/pgbench/t/001_pgbench_with_server.pl | 38 +++++-
5 files changed, 263 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2017-12-14 16:34:13 pgsql: Fix walsender timeouts when decoding a large transaction
Previous Message Christoph Berg 2017-12-14 08:28:08 Re: pgsql: Provide overflow safe integer math inline functions.