copyManager Implementation :: in postgreSQL community Driver

From: Yogi S <infayogi(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: copyManager Implementation :: in postgreSQL community Driver
Date: 2018-07-23 09:11:18
Message-ID: CAOs6+zs5sa3Tg7f5AzCOW_dUW=nADSv6Quvbrq4rgi8pFMgv8Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 I wanted to know how differently is copyManager is
implemented?

does copyManager implement the copy command (*in server*) for the whole
file or, it does convert the file data into batches and implement copy
command ?

Regards
Yogi

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2018-07-23 13:06:28 Re: Improving pg_dump performance
Previous Message Andreas Kretschmer 2018-07-23 07:32:41 Re: Improving pg_dump performance