Re: [WIP] Zipfian distribution in pgbench
Alik Khilazhev <a.khilazhev@postgrespro.ru>
From: Alik Khilazhev <a.khilazhev@postgrespro.ru>
To: PostgreSQL Developers <pgsql-hackers@postgresql.org>
Date: 2017-07-12T11:31:02Z
Lists: pgsql-hackers
Attachments
- pgbench-zipf-02v.patch (application/octet-stream) patch
- (unnamed) (text/plain)
Hello! I want to say that our company is already engaged in the search for the causes of the problem and their solution. And also we have few experimental patches that increases performance for 1000 clients by several times. In addition, I have fixed threadsafety issues and implemented per-thread cache for zeta values. See attached patch.
Commits
-
Add approximated Zipfian-distributed random generator to pgbench.
- 1fcd0adeb38d 11.0 landed