What is the difference between FastLoad and MultiLoad in Teradata?
What is the
difference between FastLoad and MultiLoad in Teradata?
Fast Load
|
Multi Load
|
Target table should be empty
|
Target table need not be empty
|
Using a single script only one table can be loaded
|
Can load / update up to 5 tables
|
Support only create/ insert statement
|
Supports up to 20 DML statements in single script
|
Doesn’t support tables with RI, SI and triggers
|
Supports tables with NUSI
|
Comments
Post a Comment