Multiple COPY on the same table

From: Ravi Krishna <sravikrishna(at)aol(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Multiple COPY on the same table
Date: 2018-08-20 14:54:35
Message-ID: 1497638817.10129815.1534776875333@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Can I split a large file into multiple files and then run copy using each file.  The table does not contain any serial or sequence column which may need serialization. Let us say I split a large file to 4 files.  Will theperformance boost by close to 4x??
ps: Pls ignore my previous post which was without a subject (due to mistake)

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Luca Ferrari 2018-08-20 15:24:20 Re: help defining a basic type operator
Previous Message Ravi Krishna 2018-08-20 14:53:05