Customer Portal

Parallel Inserts HELP

Comments 2

  • Avatar
    oldforum
    0
    Comment actions Permalink
    Hi David,

    I did some more testing and got a great improvement!!

    I used "FetchSize=..." for DBINPUT and removed the SimpleCopy. The execution time went from 2 hours down to 1 hour!!!

    Working with my DBA, I can confirm what you stated: the JDBC values in my CONFIG file are not in use when giving parameters to my components.

    This makes more confident about not having to tinker with JDBC properties. I like to rely on Clover instead.

    Thank you so much for taking the time to reply to our emails.

    Thank you for your hard work.

    Alan.

    PS: FYI, I am using "CloverETL framework - 1.1.7"
  • Avatar
    oldforum
    0
    Comment actions Permalink
    Hello Alan !

    To speed up the process (a bit), you can remove the SimpleCopy - it should not be necessary. Also, by using latest development release of Clover, the process could improve in speed - there has been implemented new component-component connection.

    Giving the fact, that your graph is using JDBC connection to both databases, the double time of Clover versus SQLLoader is not so bad ;-)

    Other than that, you can only experiment with several JDBC driver's parameters.

    The solution would be implementing component which would go to Oracle directly instead through JDBC.

    David.

Please sign in to leave a comment.