Re: COPY enhancements

From: Emmanuel Cecchet <manu(at)asterdata(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Emmanuel Cecchet <Emmanuel(dot)Cecchet(at)asterdata(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Greg Smith <gsmith(at)gregsmith(dot)com>, Josh Berkus <josh(at)agliodbs(dot)com>, Selena Deckelmann <selenamarie(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: COPY enhancements
Date: 2009-10-07 15:43:07
Message-ID: 4ACCB70B.7090308@asterdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The roadmap I would propose for the current list of enhancements to COPY
is as follows:
1. new syntax for COPY options (already committed)
2. error logging in a table
3. auto-partitioning (just relies on basic error logging, so can be
scheduled anytime after 2)
4. error logging in a file

manu

Andrew Dunstan wrote:
> Tom Lane wrote:
>
>> Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
>>
>>
>>> Emmanuel Cecchet wrote:
>>>
>>>
>>>> If you prefer to postpone the auto-partitioning to the next commit
>>>> fest, I can strip it from the current patch and re-submit it for the
>>>> next fest (but it's just 2 isolated methods really easy to review).
>>>>
>>>>
>>
>>
>>> I certainly think this should be separated out. In general it is not a
>>> good idea to roll distinct features together. It complicates both the
>>> reviewing process and the discussion.
>>>
>>>
>> I think though that Greg was suggesting that we need some more thought
>> about the overall road map. Agglomerating "independent" features onto
>> COPY one at a time is going to lead to a mess, unless they fit into an
>> overall design plan.
>>
>>
>>
>>
>
> I don't disagree with that. But even if we get a roadmap of some set of
> features we want to implement, rolling them all together isn't a good
> way to go.
>
> cheers
>
> andrew
>
>
>

--
Emmanuel Cecchet
Aster Data Systems
Web: http://www.asterdata.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Emmanuel Cecchet 2009-10-07 15:45:11 Re: COPY enhancements
Previous Message Robert Haas 2009-10-07 15:42:11 Re: COPY enhancements