Re: Best practice to load a huge table from ORACLE to PG

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: Best practice to load a huge table from ORACLE to PG
Дата
Msg-id 481345E0.5050900@commandprompt.com
обсуждение исходный текст
Ответ на Best practice to load a huge table from ORACLE to PG  ("Adonias Malosso" <malosso@gmail.com>)
Список pgsql-performance
Adonias Malosso wrote:
> Hi All,
>
> I´d like to know what´s the best practice to LOAD a 70 milion rows, 101
> columns table
> from ORACLE to PGSQL.
>
> The current approach is to dump the data in CSV and than COPY it to
> Postgresql.
>
> Anyone has a better idea.

Write a java trigger in Oracle that notes when a row has been
added/delete/updated and does the exact same thing in postgresql.

Joshua D. Drake


>
>
> Regards
> Adonias Malosso


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

Предыдущее
От: Thomas Spreng
Дата:
Сообщение: Re: Oddly slow queries
Следующее
От: Potluri Srikanth
Дата:
Сообщение: Re: Best practice to load a huge table from ORACLE to PG