BusinessObjects Board

BODS 3.2 SQL transform with bulk load API takes forever

I have a data flow that has sql transform with bulk load API, however this DF takes forever to load 300k records. The monitor log says status READY after 10 hours it loads data fine. I have checked Data service performance monitor and data base sql/session monitor there is nothing unusual.

Please let me know what might be causing this issue?

/thanks

Smarty


Smarty :us: (BOB member since 2008-05-12)

How many rows are there already in the target table?

Are you sure that it is the target table that is the problem? To rule out the target table put a map_operation before the target table and discard all operation types.


eganjp :us: (BOB member since 2007-09-12)

If the Monitor log says READY, that means the SQL is seems push down to the SQL level. So my understanding is that you have a issue with your joins, as 300k records should not 10 hours to load.


amuh10 :uk: (BOB member since 2012-04-11)