Loading large amounts of data in a SQL command

From: frank church <pgsql(at)adontendev(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Loading large amounts of data in a SQL command
Date: 2006-01-05 13:31:30
Message-ID: 1136467890.43bd1fb254e81@webmail.adontendev.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am loading lots of data via SQL into a database and wrapping it into
transactions to speed it up.

This fails a number of times and causes the whole transaction to fail. The
queries results are logged so it is easy for me to find problem records.

Is there a setting or feature that allows which allows the same performance as
transactions, without causing the whole process to fail, like a delayed updates
or write mechanism of some sort?

Frank

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2006-01-05 14:32:28 Re: Problem with Starting server 7.4.10_1 on FreeBSD
Previous Message |N_E_O| 2006-01-05 11:59:13 Problem with Starting server 7.4.10_1 on FreeBSD