Submitted Questions

  • How to Improve Performance of graphs in Ab initio? Give some examples or tips.thanks,

    Ketan Khot

    • Jan 12th, 2018

    Go with the profile transform. Run your graph with profile transform option to track which statement or function is taking more time so you can updated the code accordingly. Go with graph tracking o...

    Mukund

    • Dec 28th, 2017

    For point no. 2) lookup_local (Which is now replaced with lookup_first_local) can be used efficiently only when data is available in same partition of parent lookup file else it will give NULL results