Search Postgresql Archives

Re: performant import of an array

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello

import data to auxiliary table, and then use a ARRAY(subselect) or array_agg function to transformation from table to array.

Regards

Pavel


2013/8/23 Janek Sendrowski <janek12@xxxxxx>
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


--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux