Rob Sargent schrieb am 10.10.2018 um 00:45:> 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
An alternative to creating your own multi-threaded importer, might be to use pgLoader which supports that out of the box: https://pgloader.readthedocs.io/en/latest/pgloader.html#a-note-about-parallelism I have never used it though, but heard good things about it.