Re: [PERFORM] Postgres bulkload without transaction logs

2011-07-05 Thread Greg Smith
On 07/05/2011 10:42 AM, shouvik basu wrote: I am trying to perform a bulkload of 1 crore rows using copy of row width 1000, but the transaction logs keeps getting huge space, is there a easy way to do it and avoid the transaction logs If you're using the built-in streaming replication or a

[PERFORM] Postgres bulkload without transaction logs

2011-07-05 Thread shouvik basu
I am trying to perform a bulkload of 1 crore rows using copy of row width 1000, but the transaction logs keeps getting huge space, is there a easy way to do it and avoid the transaction logs