Re: shared_buffers advice

From: Greg Smith <greg(at)2ndquadrant(dot)com>
To: Dimitri Fontaine <dfontaine(at)hi-media(dot)com>
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Greg Stark <gsstark(at)mit(dot)edu>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Pierre C <lists(at)peufeu(dot)com>, Dave Crooke <dcrooke(at)gmail(dot)com>, Paul McGarry <paul(at)paulmcgarry(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: shared_buffers advice
Date: 2010-03-18 15:16:35
Message-ID: 4BA243D3.50708@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Dimitri Fontaine wrote:
> I still think the best tool around currently for this kind of testing is
> tsung

I am happy to say that for now, pgbench is the only actual testing tool
supported. Done; now I don't need tsung.

However, that doesn't actually solve any of the problems I was talking
about though, which is why I'm not even talking about that part. We
need the glue to pull out software releases, run whatever testing tool
is appropriate, and then save the run artifacts in some standardized
form so they can be referenced with associated build/configuration
information to track down a regression when it does show up. Building
those boring bits are the real issue here; load testing tools are easy
to find because those are fun to work on.

And as a general commentary on the vision here, tsung will never fit
into this anyway because "something that can run on the buildfarm
machines with the software they already have installed" is the primary
target. I don't see anything about tsung so interesting that it trumps
that priority, even though it is an interesting tool.

--
Greg Smith 2ndQuadrant US Baltimore, MD
PostgreSQL Training, Services and Support
greg(at)2ndQuadrant(dot)com www.2ndQuadrant.us

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Magnus Hagander 2010-03-18 15:23:09 Re: mysql to postgresql, performance questions
Previous Message Stephen Frost 2010-03-18 15:09:00 Re: mysql to postgresql, performance questions