Re: Simple table creation

Поиск
Список
Период
Сортировка
От Didier Gasser-Morlay
Тема Re: Simple table creation
Дата
Msg-id AANLkTimN7zNWNSmi9T7u6PgACAOM4=NiHq9biqPqATJm@mail.gmail.com
обсуждение исходный текст
Ответ на Simple table creation  (Craig Barnes <cjbarnes18@gmail.com>)
Ответы Re: Simple table creation  (Craig Barnes <cjbarnes18@gmail.com>)
Список pgsql-novice
Craig,

1. ODBC is not fast by nature adding a layer on top of the direct access libraries. Can you dump from cobol to text delimited file (or fixed length) and then up into Postgres ?

2. when you say 'Raises an error': what error do you get ?

3. 4 millions rows seems like a fairly sizeable amount of data, have you checked you have enough space on the disk where the Postgres DB resides ?

4. Can't you do your upload piece by piece; I would have thought that out of the n millions rows, a large chunk are historical data which do not need to be exported on a daily basis.

Didier

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

Предыдущее
От: Didier Gasser-Morlay
Дата:
Сообщение: Re: psql doesn't see externally created db
Следующее
От: Dan Castido
Дата:
Сообщение: ...