Re: multithreading in Batch/pipelining mode for libpq

From: Greg Stark <stark(at)mit(dot)edu>
To: Ilya Roublev <iroublev(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: multithreading in Batch/pipelining mode for libpq
Date: 2017-04-22 14:12:30
Message-ID: CAM-w4HPhKNNeKkeZCTzrunbH2gpZP4g2BLNTxmxtvcQHKLA3wA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 21 April 2017 at 21:31, Ilya Roublev <iroublev(at)gmail(dot)com> 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2017-04-22 14:29:10 Re: Old versions of Test::More
Previous Message Pierre Ducroquet 2017-04-22 14:12:16 Re: Small patch for pg_basebackup argument parsing