Re: custom background worker task for \copy? - Mailing list pgsql-general

From Joe Carlson
Subject Re: custom background worker task for \copy?
Date
Msg-id 06B9281F-8B8F-454A-8D5D-6EC0ACCA16A3@lbl.gov
Whole thread Raw
In response to Re: custom background worker task for \copy?  (Laurenz Albe <laurenz.albe@cybertec.at>)
List pgsql-general
Thanks. Yes, an option. Was considering that as well.

Joe

> On Jun 2, 2023, at 9:41 PM, Laurenz Albe <laurenz.albe@cybertec.at> wrote:
>
> On Fri, 2023-06-02 at 11:36 -0700, Joe Carlson wrote:
>> I have SQL that does it with \copy (select * from <table> where…) … And that is fine.
>> But it would be nice to be able to run the \copy commands in parallel.
>> So I was thinking of writing a background worker.
>
> Why don't you go the easy way of using several database connections to run the
> parallel COPY statements?
>
> Yours,
> Laurenz Albe



pgsql-general by date:

Previous
From: Ron
Date:
Subject: Re: pg_upgrade and schema complexity...
Next
From: Adrian Klaver
Date:
Subject: Re: Number of dashes in the expanded view of psql