Skip initializing steps to execute the same graph

Hi,

We have a web service through which we exec the graph and return the response but we are having an issue with the performance we would like to get the response in less than 5sec.So is there a way to stop initializing the edges/nodes/graph configurations etc always before executing the graph.

Thanks,
Angel

Hi angel,

what about http://www.cloveretl.com/documentation/ … eader.html ? When message arrives, graph will process depending components.

Hi,

Your issue might be solved by transformation graph caching/pooling which keeps transformation initialized in memory for predefined amount of time to minimize the init/startup time. It can also quickly create copies of the job in case you need to service more requests at the same time.

See CloverETL Server’s manual for details.

This functionality is also used by CloverETL Server’s Launch Services.