Hi All,
We want to insert the bulk amount of data to Teradata tables from java application for Cost analytics project (it is a new project) . As per my analysis & understanding , JDBC FastLoad CSV provides a method for quickly loading large amounts of data into an empty destination table in a Teradata Database. JDBC FastLoad CSV is enabled with TYPE=FASTLOADCSV in the URL connection string. When enabled, the FastLoad protocol is used with the Teradata Database for FastLoadCSV-capable SQL INSERT statements
My questions is . How long it will take to insert the 20M rows to Teradata database from java class( using jdbc driver : ---TYPE=FASTLOADCSV)? Please advice
Forums: