Re: pgbench throttling latency limit

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: pgbench throttling latency limit
Дата
Msg-id alpine.DEB.2.10.1408241215150.26025@sto
обсуждение исходный текст
Ответ на pgbench throttling latency limit  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: pgbench throttling latency limit  (Rukh Meski <rukh.meski@gmail.com>)
Список 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.

Find attached a new version: - fix dropped percent computation in the final report - simplify progress report code

-- 
Fabien.

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: TODO : Allow parallel cores to be used by vacuumdb [ WIP ]
Следующее
От: Haribabu Kommi
Дата:
Сообщение: Re: Parallel Sequence Scan doubts