Re: copyManager Implementation :: in postgreSQL community Driver

2018-07-23 Thread Adrian Klaver
On 07/23/2018 02:11 AM, Yogi S wrote: Hi All, there is a copyManager() implementation in community version JDBC driver. From what I understand from client end, we provide the file as a fileReader and pass it on to the copyManager() instance. I see the performance of this copyManager is not co

copyManager Implementation :: in postgreSQL community Driver

2018-07-23 Thread Yogi S
Hi All, there is a copyManager() implementation in community version JDBC driver. >From what I understand from client end, we provide the file as a fileReader and pass it on to the copyManager() instance. I see the performance of this copyManager is not comparable to PSQL command line copy. Hence