Re: PostgreSQL7.1 on AIX5L is running with too poor ferformance

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Leslie" <leslie(at)boreas(dot)dti(dot)ne(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: PostgreSQL7.1 on AIX5L is running with too poor ferformance
Date: 2001-07-30 04:36:58
Message-ID: 15055.996467818@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Leslie" <leslie(at)boreas(dot)dti(dot)ne(dot)jp> writes:
> PostgreSQL7.1 is now running on AIX5L( S85, 6GB memory, 6CPU), which was
> running on Linux before(Pentium3, 2CPU, as far as I
> remember.......sorry......).
> The performance( on AIX5L ) is just half as good as the one( on Linux ).

Hmm ... is the AIX compilation selecting an appropriate TAS
implementation for spinlocks? If it's falling back to semaphore-based
spinlocks, I can easily believe that you might take a 2X performance
hit. Possibly s_lock.h needs some additional #if tests for AIX5.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gavin Sherry 2001-07-30 05:43:26 Re: Re: From TODO, XML?
Previous Message Tom Lane 2001-07-30 04:24:14 Re: Revised Patch to allow multiple table locks in "Unison"