Page 1 of 1

Copying data from VirtualTable to PostgreSQL table

Posted: Thu 06 Mar 2014 23:31
by piopio1
Hello,

Is the best practice using CRBatchMove to copy all data from a VirtualTable to a PostgreSQL table ?

Many thanks
Pio Pio

Re: Copying data from VirtualTable to PostgreSQL table

Posted: Fri 07 Mar 2014 10:16
by AlexP
Hello,

You can use both CRBatchMove and PgLoader (PgDAC) for loading data from VirtualTable. It is more preferable to use PgLoader, since this component is optimized for loading data to PostgreSQL