Re: pgbench throttling latency limit - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: pgbench throttling latency limit
Date
Msg-id alpine.DEB.2.10.1408241215150.26025@sto
Whole thread Raw
In response to pgbench throttling latency limit  (Fabien COELHO <coelho@cri.ensmp.fr>)
Responses Re: pgbench throttling latency limit
List 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 by date:

Previous
From: Amit Kapila
Date:
Subject: Re: TODO : Allow parallel cores to be used by vacuumdb [ WIP ]
Next
From: Haribabu Kommi
Date:
Subject: Re: Parallel Sequence Scan doubts