Re: [PATCH] Performance Improvement For Copy From Binary Files - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: [PATCH] Performance Improvement For Copy From Binary Files
Date
Msg-id CA+hUKGKhTTWWPxXdkZqKQk0HPeRASFBSotSiYc4Anf_AXCk8Yw@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Performance Improvement For Copy From Binary Files  (vignesh C <vignesh21@gmail.com>)
Responses Re: [PATCH] Performance Improvement For Copy From Binary Files  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
List pgsql-hackers
On Mon, Jul 13, 2020 at 1:13 AM vignesh C <vignesh21@gmail.com> wrote:
> On Fri, Jul 10, 2020 at 8:51 AM Amit Langote <amitlangote09@gmail.com> wrote:
> > Here the numbers with the updated patch:
> >
> >             HEAD    patched (v2)
> > foo5         8.5        6.1
> > foo10         14        9.4
> > foo20         25       16.7
> >
>
> Patch applies cleanly, make check & make check-world passes.

This error showed up when cfbot tried it:

 COPY BINARY stud_emp FROM
'/home/travis/build/postgresql-cfbot/postgresql/src/test/regress/results/stud_emp.data';
+ERROR:  could not read from COPY file: Bad address



pgsql-hackers by date:

Previous
From: Floris Van Nee
Date:
Subject: RE: Index Skip Scan (new UniqueKeys)
Next
From: Alvaro Herrera
Date:
Subject: Re: WIP: BRIN multi-range indexes