Bulk Loading in BODI

Why is Bulk loading faster than normal loading in BODI?

Questions by shilpa_bodi

Showing Answers 1 - 3 of 3 Answers

Hi,

API bulkloading is faster than file method because in convetional file method it has to write some log files and then invoke a SQl *loader. in API method it will directly connects to the sql engine.So the file method takes more time than API method.

And for regular inserts it will insert each row by row using insert statement where as in API it will load blocks of data at once.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions