Re: COPY speedup - Mailing list pgsql-hackers

From Marko Kreen
Subject Re: COPY speedup
Date
Msg-id e51f66da0908180345n660b6f74x38557b74bb7d22d2@mail.gmail.com
Whole thread Raw
In response to Re: COPY speedup  (Pierre Frédéric Caillaud<lists@peufeu.com>)
Responses Re: COPY speedup  (Pierre Frédéric Caillaud<lists@peufeu.com>)
List pgsql-hackers
On 8/18/09, Pierre Frédéric Caillaud <lists@peufeu.com> wrote:
>  I'm doing some more exploration with oprofile...
>
>  I've got the glibc-debug package installed (on kubuntu), but oprofile
> doesn't seem to know about it. I wonder what part of glibc gets 60% of the
> run time... do I have to set a magic option in the postgres config ?

AFAIK you need to run app with LD_LIBRARY_PATH=/usr/lib/debug,
otherwise the debug packages won't be used.

--
marko


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Lazy Snapshots
Next
From: Pierre Frédéric Caillaud
Date:
Subject: Re: COPY speedup