Re: Parallel copy

From: vignesh C <vignesh21(at)gmail(dot)com>
To: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
Cc: Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, 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-07-01 09:16:19
Message-ID: CALDaNm2CiZhJn59K1T3b=F7+jCj5u=OXvnW8=qDxHg9Pfspu7A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I have made few changes in 0003 & 0005 patch, there were a couple of
bugs in 0003 patch & some random test failures in 0005 patch.
Attached new patches which include the fixes for the same.
Thoughts?

Regards,
Vignesh
EnterpriseDB: http://www.enterprisedb.com

On Fri, Jun 26, 2020 at 2:34 PM Bharath Rupireddy
<bharath(dot)rupireddyforpostgres(at)gmail(dot)com> wrote:
>
> Hi,
>
> 0006 patch has some code clean up and issue fixes found during internal testing.
>
> Attaching the latest patches herewith.
>
> The order of applying the patches remains the same i.e. from 0001 to 0006.
>
> With Regards,
> Bharath Rupireddy.
> EnterpriseDB: http://www.enterprisedb.com

Attachment Content-Type Size
0001-Copy-code-readjustment-to-support-parallel-copy.patch text/x-patch 16.8 KB
0002-Framework-for-leader-worker-in-parallel-copy.patch text/x-patch 33.8 KB
0003-Allow-copy-from-command-to-process-data-from-file-ST.patch text/x-patch 42.7 KB
0004-Documentation-for-parallel-copy.patch text/x-patch 2.0 KB
0005-Tests-for-parallel-copy.patch text/x-patch 20.2 KB
0006-Parallel-Copy-For-Binary-Format-Files.patch text/x-patch 26.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2020-07-01 09:18:52 Re: [HACKERS] Cached plans and statement generalization
Previous Message Bharath Rupireddy 2020-07-01 09:14:46 Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit