pgbench throttling latency limit

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>
Subject: pgbench throttling latency limit
Date: 2014-08-14 13:01:53
Message-ID: alpine.DEB.2.02.1408141425150.50791@andorre
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Attachment Content-Type Size
pgbench-limit-1.patch text/x-diff 10.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2014-08-14 13:11:46 Re: pg_dump bug in 9.4beta2 and HEAD
Previous Message MauMau 2014-08-14 12:53:05 Re: Improvement of versioning on Windows, take two