Re: pg 8.1.3, AIX, huge box, painfully slow.

From: Greg Stark <gsstark(at)mit(dot)edu>
To: Gavin Hamill <gdh(at)laterooms(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: pg 8.1.3, AIX, huge box, painfully slow.
Date: 2006-04-07 20:30:15
Message-ID: 871ww9m8mg.fsf@stark.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


Gavin Hamill <gdh(at)laterooms(dot)com> writes:

> This is one hell of a moving target and I can't help but think I'm just
> missing something that's right in front of my nose, too close to see.

I'm assuming you compiled postgres yourself? Do you have the output from the
configure script? I'm wondering if it failed to find a good spinlock match for
the architecture. Not sure if that's really likely but it's a possibility.

Also, I'm pretty sure IBM has tools that would let you disable some of the
processors to see if maybe it's a shared memory bus issue. If I understand you
right the machine isn't in production yet? In which case I would get timing
information for a single processor, two processors, four processors, and eight
processors. If you see it max out and start dropping then that would point
towards a hardware/low level postgres issue like spinlocks or shared memory
rather than a high level database issue like stats.

--
greg

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Gábriel Ákos 2006-04-07 20:39:41 Re: pg 8.1.3, AIX, huge box, painfully slow.
Previous Message Scott Marlowe 2006-04-07 20:24:18 Re: pg 8.1.3, AIX, huge box, painfully slow.