Customer Portal

Modify Records takes hours to complete

Comments 2

  • Avatar
    admin
    0
    Comment actions Permalink
    Dear aiaimanel,

    As this issue relates to Endeca Data Integrator please do contact Oracle Endeca support in this matter directly. They need to be informed about this issue and will work with us directly if needed. Thank you for your cooperation!

    I can give you some general tips how to find performance bottleneck:

    * try to put each component into separate phase so you will see in run log which component is the slow one
    * use FastSort instead of ExtSort, or tune parameters (http://www.cloveretl.com/blog/sorting-d ... -fastsort/)

    I hope this helps.
  • Avatar
    dpavlis
    0
    Comment actions Permalink
    I don't know Endeca much, but judging from your graph - the modification happens inside Endeca specific component - "ENDECA_MODIFY_RECORDS" which has to connect to Endeca server over network. So I would be looking into the performance bottleneck inside Endeca Server or check the network connection.

    But as stated before - this is Endeca specific, the component has been created by Endeca team. The CloverETL team does not have visibility into this.

    The suggestion about splitting into phases is valid though - it should help verify that the problem lies in the Endeca specific component.

Please sign in to leave a comment.