Duration of TI process which launch first and second times
Posted: Fri Mar 09, 2012 7:56 am
TI process copies data from one cube to another.
It only contains in Data
CellPutN(NVALUE, 'Payments_Versions',months_cons,Numbers,Items,CFO,OMS_total,Version);
I notice such thing. When I start TM1 server and launch this process first time it takes 5 minutes from start to finish. When I launch it second time duration lessen drastically. It takes only several seconds.
It seems Cube-source loads in memory during first time and owing to it the second time duration lasts less time.
So is my guess right? And if so what can I do for loading cube-source in memory during starting of TM1 server?
It only contains in Data
CellPutN(NVALUE, 'Payments_Versions',months_cons,Numbers,Items,CFO,OMS_total,Version);
I notice such thing. When I start TM1 server and launch this process first time it takes 5 minutes from start to finish. When I launch it second time duration lessen drastically. It takes only several seconds.
It seems Cube-source loads in memory during first time and owing to it the second time duration lasts less time.
So is my guess right? And if so what can I do for loading cube-source in memory during starting of TM1 server?