Re: scaling beyond 4 processors - Mailing list pgsql-performance

From Josh Berkus
Subject Re: scaling beyond 4 processors
Date
Msg-id 200412070949.20020.josh@agliodbs.com
Whole thread Raw
In response to scaling beyond 4 processors  (vogler@cipsoft.com)
List pgsql-performance
Volger,

> Since our current Postgres server, a quad Xeon system, finally can't keep
> up with our load anymore we're ready to take the next step.

There are a lot of reasons this could be happening; Quad Xeon is a problematic
platform, the more so if you're on Dell hardware.

I've run PostgreSQL on 8-ways, and I know there are a few Sunfire users around
the community (16-way).   There are definitely specific performance issues
around specific query loads on multi-way systems; search this list archives
for "Context Switch Bug".

I will echo others in saying that moving to Opteron on premium hardware should
jump you at least 2x on performance, and it's a lot cheaper than DB2 or
Oracle.

And, of course, if you really want help from this list, you'll post more
specific problems.

--
Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-performance by date:

Previous
From: Mike Rylander
Date:
Subject: LIMIT causes SEQSCAN in subselect
Next
From: Stephan Szabo
Date:
Subject: Re: [GENERAL] Query is not using index when it should