Re: Sun vs. Mac

From: CaptainX0r <captainx0r(at)yahoo(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Sun vs. Mac
Date: 2003-01-14 16:54:33
Message-ID: 20030114165433.63951.qmail@web21110.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

All,

> Let me get this straight: the Sun is slower even with fsync
> off? That

Correct. This really helped a lot, especially with the dump
load, but I've clearly got some more work ahead of me.

> Andrew Sullivan's nearby recommendation to replace qsort() is
> a good
> one, but PG 7.3 is already configured to do that by default.
> (Look in
> src/Makefile.global to confirm that qsort.o is mentioned in
> LIBOBJS.)

Thanks for confirming. I've got LIBOBJS = isinf.o qsort.o

> I'd suggest starting with some elementary measurements, for
> example looking at I/O rates and CPU idle percentage while
> running the same task on both Solaris and G3. That would at
> least give us a clue whether I/O or CPU is the bottleneck.

Good thoughts - I'm working on it right now, though I'm not
really sure how to check I/O rates....

Thanks much for the input,

-X

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message CaptainX0r 2003-01-14 17:50:04 Re: Sun vs. Mac
Previous Message CaptainX0r 2003-01-14 16:38:25 Re: Sun vs. Mac