Loading lots of data in a SQL command - Mailing list pgsql-sql

From frank church
Subject Loading lots of data in a SQL command
Date
Msg-id 1136338331.43bb259b9334f@webmail.adontendev.net
Whole thread Raw
Responses Re: Loading lots of data in a SQL command  (Richard Huxton <dev@archonet.com>)
List pgsql-sql
I am load lots of data via SQL into a database and wrapping it into transactions
speeds it up.

However this fails a number of times. The queries results are logged so it is
easy for me to find problem records.

However a single failure causes the whole transaction to fail.

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.

It is something I would like to set in that particular data looad.


Frank



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



pgsql-sql by date:

Previous
From: Dan Tenenbaum
Date:
Subject: getting a query column to return 0 if nothing matches
Next
From: Michael Fuhr
Date:
Subject: Re: getting a query column to return 0 if nothing matches