Re: COPY speedup - Mailing list pgsql-hackers

From Marko Kreen
Subject Re: COPY speedup
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: COPY speedup  (Pierre Frédéric Caillaud<[email protected]>)
Responses Re: COPY speedup
List pgsql-hackers
On 8/18/09, Pierre Frédéric Caillaud <[email protected]> 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