Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY)

From: Boris Mironov <boris_mironov(at)outlook(dot)com>
To: Madyshev Egor <E(dot)Madyshev(at)ftdata(dot)ru>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY)
Date: 2026-03-09 05:18:58
Message-ID: PH0PR08MB7020D4A335C27DC7F07C28C38879A@PH0PR08MB7020.namprd08.prod.outlook.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Egor,

Sorry, but I had to issue new version of the patch to include changes to documentation,
which was missed in previous version.
Now patch consists of 3 files:

doc/src/sgml/ref/pgbench.sgml | 90 ++-
src/bin/pgbench/pgbench.c | 802 ++++++++++++++++---
src/bin/pgbench/t/001_pgbench_with_server.pl | 236 +++++-
3 files changed, 978 insertions(+), 150 deletions(-)

Best regards,
Boris

Attachment Content-Type Size
v14-pgbench-faster-modes.patch application/octet-stream 44.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2026-03-09 05:20:45 Re: Add pg_stat_recovery system view
Previous Message Japin Li 2026-03-09 05:14:38 Re: Convert NOT IN sublinks to anti-joins when safe