Re: [HACKERS] [WIP] Zipfian distribution in pgbench
Fabien COELHO <coelho@cri.ensmp.fr>
From: Fabien COELHO <coelho@cri.ensmp.fr>
To: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Cc: Alik Khilazhev <a.khilazhev@postgrespro.ru>
Date: 2017-11-22T06:39:08Z
Lists: pgsql-hackers
Attachments
- pgbench-zipf-11-1.patch (text/x-diff) patch
> Note that the patch may interact with other patches which add functions to > pgbench, so might need a rebase depending on the order in which the patch are > applied. Attached a minor rebase after 16827d4424. -- Fabien.
Commits
-
Add approximated Zipfian-distributed random generator to pgbench.
- 1fcd0adeb38d 11.0 landed