Re: Parallel copy

From: David Fetter <david(at)fetter(dot)org>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Parallel copy
Date: 2020-02-19 23:41:58
Message-ID: 20200219234158.GV24870@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Feb 14, 2020 at 01:41:54PM +0530, Amit Kapila wrote:
> This work is to parallelize the copy command and in particular "Copy
> <table_name> from 'filename' Where <condition>;" command.

Apropos of the initial parsing issue generally, there's an interesting
approach taken here: https://github.com/robertdavidgraham/wc2

Best,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2020-02-20 01:08:10 Re: [HACKERS] [WIP] Effective storage of duplicates in B-tree index.
Previous Message David G. Johnston 2020-02-19 23:20:19 Re: Constraint's NO INHERIT option is ignored in CREATE TABLE LIKE statement