Re: Ragged CSV import

Поиск
Список
Период
Сортировка
От Nikhil Sontakke
Тема Re: Ragged CSV import
Дата
Msg-id a301bfd90909100138j628fcfb2oc2fb3a2bbe002fda@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Ragged CSV import  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-hackers
Hi,

> the two most
> useful are to read in only some of the defined columns, and to output
> to
> a separate disk file any rows which failed to match the expected
> format.
> The latter would not cause the copy to fail unless the count of such
> rows exceeded a user-specified threshold.
>

+1

Allowing the capability to handle rows that might get discarded due to
constraint violations, bad column inputs etc. sounds like a big help
while doing large copy operations.

Another capability would be to transform the input column via some sql
expressions before loading it into the table. Given the way update
works, this could avoid the unnecessary subsequent bloat to fine-tune
some of the columns.

Regards,
Nikhils
-- 
http://www.enterprisedb.com


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Ragged CSV import
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Ragged CSV import