Re: COPY threads - Mailing list pgsql-general

From Laurenz Albe
Subject Re: COPY threads
Date
Msg-id d198d930f6c764c8c8667023fc2de333e02ddf46.camel@cybertec.at
Whole thread Raw
In response to COPY threads  (Rob Sargent <robjsargent@gmail.com>)
Responses Re: COPY threads  (Rob Sargent <robjsargent@gmail.com>)
Re: COPY threads  (Andres Freund <andres@anarazel.de>)
List pgsql-general
Rob Sargent wrote:
> Can anyone here tell me whether or not the CopyManager facility in JDBC 
> via org.postgresql:postgresql:42.1.4 is internally multithreaded? 
> Running on CentOS 7 (all participants), java8, postgres 10.5

It isn't, and there would not be much reason for it to be, as COPY
in PostgreSQL cannot be parallelized.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com



pgsql-general by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: how to identify the timeline of specified recovery_target_timewhen do multiple PITR
Next
From: Rob Sargent
Date:
Subject: Re: COPY threads