Re: RFC: Async query processing

From: Florian Weimer <fweimer(at)redhat(dot)com>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Claudio Freire <klaussfreire(at)gmail(dot)com>, PostgreSQL-Dev <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: RFC: Async query processing
Date: 2014-01-05 16:00:30
Message-ID: 52C9819E.6040708@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 01/04/2014 04:39 PM, Martijn van Oosterhout wrote:

> Why switch between COPY commands, why could you not do it in one? For
> example:
>
> COPY table1(col1, col2, ...),
> table2(col1, col2, ...)
> FROM STDIN WITH (tableoids);
> tableoid1<tab>col1<tab>col2...
> tableoid2<tab>...
> ...
> \.

My originally idea was to avoid any server-side changes, so that
applications do not need fallback code for talking to old servers.

--
Florian Weimer / Red Hat Product Security Team

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2014-01-05 16:50:48 Re: [ANNOUNCE] IMCS: In Memory Columnar Store for PostgreSQL
Previous Message Florian Weimer 2014-01-05 15:57:06 Re: RFC: Async query processing