Tom,

On 7/24/05 4:47 PM, "Tom Lane" <[EMAIL PROTECTED]> wrote:
> 
> If we went down this path at all, I'd be inclined to just deprecate
> and eventually remove server-side COPY altogether.  Not sure about
> the performance costs of that, though.

Interesting problem, in practice you've got to transfer the file to the
server over the network anyway, so if the libpq copy gets fast enough it
would seem more efficient overall to use libpq copy.

On the other side, Oracle retains a true server side copy in addition to an
"external table" which maps to a file.  This implies an audience for server
side copy functionality.

- Luke 



---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply via email to