From: | Anthonin Bonnefoy <anthonin(dot)bonnefoy(at)datadoghq(dot)com> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Add \syncpipeline command to pgbench |
Date: | 2024-01-18 08:48:28 |
Message-ID: | CAO6_XqpcNhW6LZHLF-2NpPzdTbyMm4-RVkr3+AP5cOKSm9hrWA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
Attachment | Content-Type | Size |
---|---|---|
v1-0001-pgbench-Add-syncpipeline-to-pgbench.patch | application/octet-stream | 5.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2024-01-18 09:17:18 | Re: Reduce useless changes before reassembly during logical replication |
Previous Message | Peter Eisentraut | 2024-01-18 08:38:50 | Re: modify first-word capitalisation of some messages |