Re: Parallel copy

From: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
To: vignesh C <vignesh21(at)gmail(dot)com>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>, Rafia Sabih <rafia(dot)pghackers(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Robert Haas <robertmhaas(at)gmail(dot)com>, Ants Aasma <ants(at)cybertec(dot)at>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Alastair Turner <minion(at)decodable(dot)me>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Parallel copy
Date: 2020-08-03 07:03:48
Message-ID: CALj2ACUKKWnju+Xbm1tOtDQj=FxSVBZ1acZcF77RWuN6MCDHxg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Aug 1, 2020 at 9:55 AM vignesh C <vignesh21(at)gmail(dot)com> wrote:
>
> The patches were not applying because of the recent commits.
> I have rebased the patch over head & attached.
>
I rebased v2-0006-Parallel-Copy-For-Binary-Format-Files.patch.

Putting together all the patches rebased on to the latest commit
b8fdee7d0ca8bd2165d46fb1468f75571b706a01. Patches from 0001 to 0005
are rebased by Vignesh, that are from the previous mail and the patch
0006 is rebased by me.

Please consider this patch set for further review.

With Regards,
Bharath Rupireddy.
EnterpriseDB: http://www.enterprisedb.com

Attachment Content-Type Size
v2-0001-Copy-code-readjustment-to-support-parallel-copy.patch application/x-patch 16.6 KB
v2-0002-Framework-for-leader-worker-in-parallel-copy.patch application/x-patch 31.5 KB
v2-0003-Allow-copy-from-command-to-process-data-from-file.patch application/x-patch 43.0 KB
v2-0004-Documentation-for-parallel-copy.patch application/x-patch 2.0 KB
v2-0005-Tests-for-parallel-copy.patch application/x-patch 19.8 KB
v2-0006-Parallel-Copy-For-Binary-Format-Files.patch application/x-patch 27.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message movead.li@highgo.ca 2020-08-03 07:09:28 Re: [Proposal] Global temporary tables
Previous Message Peter Eisentraut 2020-08-03 06:59:37 Replace remaining StrNCpy() by strlcpy()