pgsql: Add libpq pipeline mode support to pgbench

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Add libpq pipeline mode support to pgbench
Дата
Msg-id E1lLurm-0007PN-HP@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add libpq pipeline mode support to pgbench

New metacommands \startpipeline and \endpipeline allow the user to run
queries in libpq pipeline mode.

Author: Daniel Vérité <daniel@manitou-mail.org>
Reviewed-by: Álvaro Herrera <alvherre@alvh.no-ip.org>
Discussion: https://postgr.es/m/b4e34135-2bd9-4b8a-94ca-27d760da26d7@manitou-mail.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9aa491abbf07ca8385a429385be8d68517384fdf

Modified Files
--------------
doc/src/sgml/ref/pgbench.sgml                |  22 +++++
src/bin/pgbench/pgbench.c                    | 131 ++++++++++++++++++++++++---
src/bin/pgbench/t/001_pgbench_with_server.pl |  79 +++++++++++++++-
3 files changed, 216 insertions(+), 16 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Implement pipeline mode in libpq
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: improve discussion of variable substitution in PL/pgSQL.