Add \syncpipeline command to pgbench

Поиск
Список
Период
Сортировка
От Anthonin Bonnefoy
Тема Add \syncpipeline command to pgbench
Дата
Msg-id CAO6_XqpcNhW6LZHLF-2NpPzdTbyMm4-RVkr3+AP5cOKSm9hrWA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Add \syncpipeline command to pgbench
Список pgsql-hackers
Hi,

PQsendSyncMessage() was added in
https://commitfest.postgresql.org/46/4262/. It allows users to add a
Sync message without flushing the buffer.

As a follow-up, this change adds an additional meta-command to
pgbench, \syncpipeline, which will call PQsendSyncMessage(). This will
make it possible to benchmark impact and improvements of using
PQsendSyncMessage through pgbench.

Regards,
Anthonin

Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: modify first-word capitalisation of some messages
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Reduce useless changes before reassembly during logical replication