Re: Performance Test for PostgreSQL9

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Selva manickaraja <mavles78(at)gmail(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Performance Test for PostgreSQL9
Date: 2011-03-02 18:29:55
Message-ID: 1299090595.25659.135.camel@jd-desktop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Wed, 2011-03-02 at 13:19 -0500, Robert Haas wrote:
> On Sun, Feb 27, 2011 at 10:26 PM, Selva manickaraja <mavles78(at)gmail(dot)com> wrote:
> > We have installed PostgreSQL9 and setup standby(s). Now we have to test the
> > performance before we migrate all the data from Informix. The PostgreSQL9
> > that we installed is the Linux version from EnterpriseDB which runs on Red
> > Hat. The documentation on PostgreSQL website shows that we have gmake from
> > source. So for that purpose we downloaded the source into a UBuntu machine
> > to gmake and install it. But UBuntu on the other hand complaints that it
> > can't find gmake. So looks like we are stuck here.
>
> I am a bit confused. Why would you need to install from source
> instead of using an installer (either from EnterpriseDB or installing
> via apt-get)?

To be rude but honest. If you can't solve that problem you really should
contract with someone to help you with your performance tests because
you are not going to be able to adequately tune PostgreSQL for a proper
test.

That said, the reason you can't find make is that you don't have the
proper development tools installed.

+1 to what Robert said.

Sincerely,

Joshua D. Drake

--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 509.416.6579
Consulting, Training, Support, Custom Development, Engineering
http://twitter.com/cmdpromptinc | http://identi.ca/commandprompt

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message sverhagen 2011-03-03 00:12:36 Re: Performance trouble finding records through related records
Previous Message Robert Haas 2011-03-02 18:19:44 Re: Performance Test for PostgreSQL9