Re: Suggestion to add --continue-client-on-abort option to pgbench

Поиск
Список
Период
Сортировка
От Chao Li
Тема Re: Suggestion to add --continue-client-on-abort option to pgbench
Дата
Msg-id DD5572D9-7271-4DB6-890D-E2CED3FFE6CA@gmail.com
обсуждение исходный текст
Ответ на Re: Suggestion to add --continue-client-on-abort option to pgbench  (Fujii Masao <masao.fujii@gmail.com>)
Ответы Re: Suggestion to add --continue-client-on-abort option to pgbench
Список pgsql-hackers

> On Nov 13, 2025, at 17:40, Yugo Nagata <nagata@sraoss.co.jp> wrote:
>
> The following script:
>
> \startpipeline
> <queries list 1>
> \syncpipeline
> <queries list 2>
> \endpipeline
>
> can be considered equivalent to:
>
> BEGIN;
> <queries list 1>
> END;
> BEGIN;
> <queries list 2>
> END;

This looks like that every \sysnpipeline will start a new transaction, is that true?

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/







В списке pgsql-hackers по дате отправления: