RE: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY) - Mailing list pgsql-hackers

From Hayato Kuroda (Fujitsu)
Subject RE: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY)
Date
Msg-id OS9PR01MB121499E64344675A86179219CF579A@OS9PR01MB12149.jpnprd01.prod.outlook.com
Whole thread Raw
In response to Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY)  (Boris Mironov <boris_mironov@outlook.com>)
Responses Re: Idea to enhance pgbench by more modes to generate data (multi-TXNs, UNNEST, COPY BINARY)
List pgsql-hackers
Dear Boris,

There is a similar idea which parallelize the initialization. Not sure, is there
an interactions or comparison between them? Your patch seems to divide a
transaction into several parts but everything is done by the single thread,
whereas proposed in [1] is to dispatch to other threads.

[1]: https://commitfest.postgresql.org/patch/6242/

Best regards,
Hayato Kuroda
FUJITSU LIMITED


pgsql-hackers by date:

Previous
From: Ayush Tiwari
Date:
Subject: Re: tid_blockno() and tid_offset() accessor functions
Next
From: Bertrand Drouvot
Date:
Subject: Re: Use pg_icu_unicode_version(void) instead of pg_icu_unicode_version()