pgbench throttling latency limit - Mailing list pgsql-hackers

From Fabien COELHO
Subject pgbench throttling latency limit
Date
Msg-id alpine.DEB.2.02.1408141425150.50791@andorre
Whole thread Raw
Responses Re: pgbench throttling latency limit
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.

-- 
Fabien.

pgsql-hackers by date:

Previous
From: "MauMau"
Date:
Subject: Re: Improvement of versioning on Windows, take two
Next
From: Alvaro Herrera
Date:
Subject: Re: pg_dump bug in 9.4beta2 and HEAD