Re: [PERFORM] What do the Windows pg hackers out there like for dev

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Mark Kirkwood" <markir(at)paradise(dot)net(dot)nz>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PERFORM] What do the Windows pg hackers out there like for dev
Date: 2006-02-11 16:15:45
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA0F779@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Mark Kirkwood <markir(at)paradise(dot)net(dot)nz> writes:
> > I was doing exactly this about a year ago and used Mingw. The only
> > annoyance was that I could compile everything on Linux in about 3
> > minutes (P4 2.8Ghz), but had to wait about 60-90 minutes
> for the same
> > thing on Windows 2003 Server! (also a P4 2.8Ghz...). So I used to
> > build a 'go for coffee' task into the build and test cycle.
>
> Youch! That seems unbelievably bad, even for Microsloth.
> Did you ever identify what was the bottleneck?

The mingw gcc compiler is horribly slow. It has nothing to do with
Microsoft this time. I haven't seen times quite that bad, but it's much
slower than gcc on Linux.

(As a comparison, completely rebuilding pgAdmin3 with Visual C++ on my
slow laptop takes maybe 5-6 minutes, whereas it takes 20+ minutes on a
Athlon64 3200+, with a much faster SATA disk and twice the memory. And
it's almost as slow on a dual-CPU server with high-speed SCSI disks. So
Visual C++ certainly doesn't have this problem.)

//Magnus

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2006-02-11 16:20:44 Re: [COMMITTERS] pgsql: Enable pg_ctl to give up admin privileges
Previous Message Tom Lane 2006-02-11 16:09:34 Re: [PERFORM] What do the Windows pg hackers out there like for dev