Re: zLinux Load Testing Experience - Mailing list pgsql-general

From Tom Lane
Subject Re: zLinux Load Testing Experience
Date
Msg-id 6108.1367448998@sss.pgh.pa.us
Whole thread Raw
In response to Re: zLinux Load Testing Experience  (Andrew Hastie <andrew@ahastie.net>)
List pgsql-general
Andrew Hastie <andrew@ahastie.net> writes:
> Did you confirm that there is a native spinlocks implementation and it is being used?  - I believe so as no errors or
warningslogged during the build. Is there a simple way to check whether spin-locks are running native? 

All non-ancient versions of PG force you to say "configure --disable-spinlocks"
to get a build without native spinlocks.  Such builds are only
considered suitable for zero-order port testing, because the performance
hit is so bad.

            regards, tom lane


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: LONG delete with LOTS of FK's
Next
From: Ralph Graulich
Date:
Subject: Re: tstzrange with ... 'infinity'] + upper_inf() using 9.2.4