Re: problem with large inserts

From: aasat <satriani(at)veranet(dot)pl>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: problem with large inserts
Date: 2012-12-17 09:37:06
Message-ID: 1355737026627-5736867.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

First try put inserts to temporary table, a then insert from temporary to
your table

--
View this message in context: http://postgresql.1045698.n5.nabble.com/problem-with-large-inserts-tp5736844p5736867.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Groshev Andrey 2012-12-17 11:33:40 trouble with pg_upgrade 9.0 -> 9.1
Previous Message aasat 2012-12-17 09:27:20 Re: How to remove n-first elements from array?