Performance issues regarding merging libraries
"One Hospital is going for data merger of three different libraries to one single library including some data mapping and conversion.
There are lots of programs written for conversion of data to single library. But we are facing performance issue as converting billions of records takes time and CPU usage goes high, resulting in slowness of application.
We can implement the concept of multithreading, but monitoring each job for its conversion may become a big task.
What should we do?"



