Best practice to load a huge table from ORACLE to PG

From: "Adonias Malosso" <malosso(at)gmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Best practice to load a huge table from ORACLE to PG
Date: 2008-04-26 13:25:22
Message-ID: 8a5d3c890804260625o7ad0700fp79f951c58c242720@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

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.

Regards
Adonias Malosso

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Thomas Spreng 2008-04-26 14:12:39 Re: Oddly slow queries
Previous Message Robert Treat 2008-04-26 13:10:53 Re: Re: [HACKERS] [COMMITTERS] pgsql: Fix TransactionIdIsCurrentTransactionId() to use binary search