Re: New to PostgreSQL, performance considerations

From: "Daniel van Ham Colchete" <daniel(dot)colchete(at)gmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: New to PostgreSQL, performance considerations
Date: 2006-12-11 20:13:41
Message-ID: 8a0c7af10612111213h26763e11h8d2033631d3aa502@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 12/11/06, Chris Browne <cbbrowne(at)acm(dot)org> wrote:
> daniel(dot)colchete(at)gmail(dot)com ("Daniel van Ham Colchete") writes:
> > You are right Christopher.
> >
> > Okay. Let's solve this matter.
> >
> > What PostgreSQL benchmark software should I use???
>
> pgbench is one option.
>
> There's a TPC-W at pgFoundry
> (<http://pgfoundry.org/projects/tpc-w-php/>).
>
> There's the Open Source Database Benchmark.
> (<http://osdb.sourceforge.net/>)
>
> Those are three reasonable options.
Thanks Chris, I'm going to take a look at those options.

>
> > I'll test PostgreSQL 8.1 on a Fedora Core 6 and on a Gentoo. I'll get
> > the same version FC6 uses and install it at my Gentoo. I'll use the
> > same hardware (diferent partitions to each).
>
> Wrong approach. You'll be comparing apples to oranges, because Gentoo
> and Fedora pluck sources from different points in the source code
> stream.
>
> In order to prove what you want to prove, you need to run the
> benchmarks all on Gentoo, where you run with 4 categorizations:
>
> 1. Where you run PostgreSQL and GLIBC without any processor-specific
> optimizations
>
> 2. Where you run PostgreSQL and GLIBC with all relevant
> processor-specific optimizations
>
> 3. Where you run PostgreSQL with, and GLIBC without
> processor-specific optimizations
>
> 4. Where you run PostgreSQL without, and GLIBC with processor-specific
> optimizations
>
> That would allow one to clearly distinguish which optimizations are
> particularly relevant.

Good ideia also. And it is much easier to do as well.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Merlin Moncure 2006-12-11 20:19:40 Re: Looking for hw suggestions for high concurrency
Previous Message Daniel van Ham Colchete 2006-12-11 20:10:12 Re: New to PostgreSQL, performance considerations