pgbench throttling latency limit

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема pgbench throttling latency limit
Дата
Msg-id alpine.DEB.2.02.1408141425150.50791@andorre
обсуждение исходный текст
Ответы Re: pgbench throttling latency limit  (Fabien COELHO <coelho@cri.ensmp.fr>)
Re: pgbench throttling latency limit  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Add --limit to limit latency under throttling

Under throttling, transactions are scheduled for execution at certain 
times. Transactions may be far behind schedule and the system may catch up 
with the load later. This option allows to change this behavior by 
skipping transactions which are too far behind schedule, and count those 
as skipped.

The idea is to help simulate a latency-constrained environment such as a 
database used by a web server.

-- 
Fabien.

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

Предыдущее
От: "MauMau"
Дата:
Сообщение: Re: Improvement of versioning on Windows, take two
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pg_dump bug in 9.4beta2 and HEAD