Re: Migrating database(s) from Sybase ASE 15.7 to PostgreSQL 10.6 onLinux

Поиск
Список
Период
Сортировка
От Ron
Тема Re: Migrating database(s) from Sybase ASE 15.7 to PostgreSQL 10.6 onLinux
Дата
Msg-id e2d460e7-7a97-6dbe-1a32-ed73d54e8606@gmail.com
обсуждение исходный текст
Ответ на Migrating database(s) from Sybase ASE 15.7 to PostgreSQL 10.6 onLinux  (Matthias Apitz <guru@unixarea.de>)
Ответы Re: Migrating database(s) from Sybase ASE 15.7 to PostgreSQL 10.6 onLinux  (Matthias Apitz <guru@unixarea.de>)
Список pgsql-general
On 5/3/19 6:56 AM, Matthias Apitz wrote:
> Hello,
>
> We're investigating the migration of our LMS (Library Managment System)
> from Sybase ASE 15.7 to PostgreSQL 10.6. The used database in field have
> around 400 columns, some of them are also containing BLOB (bytea) data.
> The DB size vary upto 20 GByte. The interfaces contain any kind of
> language one could imagine :-) ESQL/C, JDBC, Perl DBD, ...
>
> Re/ the migration of the data itself, are there any use case studies
> which could we keep in mind? We plan to export the tables with our own
> tool which produces CSV with delimiter '|' (and \| if the char | is in
> char columns too) and with hex representation of the BLOB data. This seems
> to fit nicely with PostgreSQL's COPY command.
>
> Any known pitfalls?

Do you have many stored procedures, functions, etc?

-- 
Angular momentum makes the world go 'round.



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

Предыдущее
От: Matthias Apitz
Дата:
Сообщение: Migrating database(s) from Sybase ASE 15.7 to PostgreSQL 10.6 onLinux
Следующее
От: Christoph Moench-Tegeder
Дата:
Сообщение: Re: Migrating database(s) from Sybase ASE 15.7 to PostgreSQL 10.6 onLinux