Re: COPY FROM performance improvements - Mailing list pgsql-patches

From Alvaro Herrera
Subject Re: COPY FROM performance improvements
Date
Msg-id 20050810170654.GE7871@alvh.no-ip.org
Whole thread Raw
In response to Re: COPY FROM performance improvements  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
On Wed, Aug 10, 2005 at 12:57:18PM -0400, Bruce Momjian wrote:
> Alvaro Herrera wrote:
> > Another question that comes to mind is: have you tried another compiler?
> > I see you are all using GCC at most 3.4; maybe the new optimizing
> > infrastructure in GCC 4.1 means you can have most of the speedup without
> > uglifying the code.  What about Intel's compiler?
>
> EnterpriseDB mentioned on their web page they use the Intel compiler, so
> I assume they saw a speedup by using it:
>
>     http://www.enterprisedb.com/edb-db.do

Yes, but notice these guys are Greenplum, not EDB.

--
Alvaro Herrera (<alvherre[a]alvh.no-ip.org>)
"Hay dos momentos en la vida de un hombre en los que no debería
especular: cuando puede permitírselo y cuando no puede" (Mark Twain)

pgsql-patches by date:

Previous
From: "Luke Lonergan"
Date:
Subject: Re: COPY FROM performance improvements
Next
From: Alvaro Herrera
Date:
Subject: Re: [HACKERS] Autovacuum loose ends