Re: BUG #15654: COPY command not working for 2gb CSV files

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: sandy kumar <sandeep(dot)t(dot)kumar(at)gmail(dot)com>
Cc: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #15654: COPY command not working for 2gb CSV files
Date: 2019-02-26 04:38:37
Message-ID: 20190226043837.GC27822@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, Feb 26, 2019 at 09:48:11AM +0530, sandy kumar wrote:
> Thanks Michael and David for the information, is there any workaround for
> this issue?

Splitting the file into multiple pieces is the first thing I can think
of. COPY does not really offer an option to bypass the code involved.
--
Michael

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2019-02-26 08:12:55 Re: BUG #15589: Due to missing wal, restore ends prematurely and opens database for read/write
Previous Message sandy kumar 2019-02-26 04:18:11 Re: BUG #15654: COPY command not working for 2gb CSV files