Re: Performance

From: Tomas Vondra <tv(at)fuzzy(dot)cz>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Performance
Date: 2011-04-27 20:41:35
Message-ID: 4DB87F7F.8060403@fuzzy.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Dne 27.4.2011 20:56, Kevin Grittner napsal(a):
> Greg Smith <greg(at)2ndquadrant(dot)com> wrote:
>
>> The reason no work can be done in this area is because there are
>> no standardized benchmarks of query execution in PostgreSQL being
>> run regularly right now. Bringing up ideas for changing the
>> computation is easy; proving that such a change is positive on
>> enough workloads to be worth considering is the hard part. There
>> is no useful discussion to be made on the hackers list that
>> doesn't start with "here's the mix the benchmarks I intend to test
>> this new model against".
>
> This is looming as an ever-more-acute need for the project, in
> several areas.

Hmmm, just wondering - what would be needed to build such 'workload
library'? Building it from scratch is not feasible IMHO, but I guess
people could provide their own scripts (as simple as 'set up a a bunch
of tables, fill it with data, run some queries') and there's a pile of
such examples in the pgsql-performance list.

regards
Tomas

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Claudio Freire 2011-04-27 21:01:46 Re: Performance
Previous Message Robert Haas 2011-04-27 20:32:48 Re: index usage on queries on inherited tables