Re: pgbench--new transaction type - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: pgbench--new transaction type
Date
Msg-id CAEYLb_WJ5eo0yg_fV6jRQ_GSgQ3bPhd-XZ34Y7NwNCrzLW1eJQ@mail.gmail.com
Whole thread Raw
In response to Re: pgbench--new transaction type  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: pgbench--new transaction type  (Greg Smith <greg@2ndquadrant.com>)
List pgsql-hackers
On 20 June 2012 19:57, Heikki Linnakangas
<heikki.linnakangas@enterprisedb.com> wrote:
> Yeah, this sounds like a good approach. A library of standard workload
> scripts seems very useful. I've been using custom scripts to benchmark WAL
> insertion scalability lately, that also seems like a kind of a thing to put
> in such a library. I don't know if we should ship the library of scripts in
> contrib, or just put them up on a web site, but something like that...

The situation would be made a lot better if we could just find a way
to generalise pgbench a little bit more. I'm thinking about a facility
for specifying new tables in scripts, with a moderate degree of
flexibility as to their definition, data, and the distribution of that
data.

--
Peter Geoghegan       http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training and Services


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: pgbench--new transaction type
Next
From: Tom Lane
Date:
Subject: Re: Nasty, propagating POLA violation in COPY CSV HEADER