pgsql: Add --aggregate-interval option.

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема pgsql: Add --aggregate-interval option.
Дата
Msg-id E1U0oCT-0005UN-7J@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add --aggregate-interval option.

The new option specifies length of aggregation interval (in
seconds). May be used only together with -l. With this option, the log
contains per-interval summary (number of transactions, min/max latency
and two additional fields useful for variance estimation).

Patch contributed by Tomas Vondra, reviewed by Pavel Stehule. Slight
change by Tatsuo Ishii, suggested by Robert Hass to emit an error
message indicating that the option is not currently supported on
Windows.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6a651d85eb6b2df7cbcbdf4b2f82a1660e691d12

Modified Files
--------------
contrib/pgbench/pgbench.c |  147 +++++++++++++++++++++++++++++++++++++++++----
doc/src/sgml/pgbench.sgml |   59 +++++++++++++++++-
2 files changed, 192 insertions(+), 14 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Don't use spi_priv.h in plpython.
Следующее
От: Bernd Helmle
Дата:
Сообщение: Re: pgsql: Improve concurrency of foreign key locking