performant import of an array - Mailing list pgsql-general

From Janek Sendrowski
Subject performant import of an array
Date
Msg-id trinity-64c3a52d-2d46-44a9-a4b0-13d2c22f59d8-1377292799682@3capp-webde-bs16
Whole thread Raw
Responses Re: performant import of an array  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-general
Hi,

I have an array and I want to import the data rowwise.

Would it make sense to use a function which calls a prepared statement in a loop to import the data performant?

Or can I somehow use the COPY FROM command?
 
Janek Sendrowski


pgsql-general by date:

Previous
From: "Hall, Samuel L (Sam)"
Date:
Subject: Re: Update quey
Next
From: Pavel Stehule
Date:
Subject: Re: performant import of an array