Hi Team,
I have 7 million records coming out from source and i need to write to two databases simultaneously.
why simultaneous:
if i write one writer and the second writer will be waiting first one to complete. And in between memory issue comes and fme hangs or stops abruptly.
so I need to write to two databases at a time. need serial connection to the writers.
not parallel.
can anyone please help me.