Re: COPY speedup

From: Pierre Frédéric Caillaud <lists(at)peufeu(dot)com>
To: "Marko Kreen" <markokr(at)gmail(dot)com>
Cc: "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: COPY speedup
Date: 2009-08-18 10:53:04
Message-ID: op.uyutuqp1cke6l8@soyouz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

I had stupidly put the LD_LIBRARY_PATH on make rather than on postgres,
ahem.
OK, it works, thanks.

I'm very carefully benchmarking everything everytime I make a
modification : sometimes just a simple change creates an unexpected
performance loss.
So the process is slow, but performance patch should not make it slower ;)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message mahendra chavan 2009-08-18 11:39:48 Index Selection Tool For PostgreSQL
Previous Message Marko Kreen 2009-08-18 10:45:33 Re: COPY speedup