On 21 April 2017 at 21:31, Ilya Roublev <[email protected]> wrote: > What I need is to make a huge amount of inserts
This may be a silly question but I assume you've already considered using server-side COPY? That's the most efficient way to load a lot of data currently. -- greg -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
