Guys,
Please help me on this:
If a TI Process which is used to copy data within same cube (source and target is same cube) from Vesion 1 to Version 2, since this TI Process is taking too much time to execute, is there any way to modify TI Process so that execution time can be reduced??? I found somewhere that using a text file in TI Process as an intermediate for copying data from Version 1 and then again using same text file as a source for other TI Process to copy to Version 2 and then call these two Process from 3rd TI Process will reduce time as compared to directly coping within cube. Can i go with this method?? Also using textOutput or AsciiOutput function to create intermediate file allows only 8000 bytes max so if this is method to be used how can i use it for Process copying Data more than 8000 bytes???
TI Process To Copy Data Within Cube
- jim wood
- Site Admin
- Posts: 3958
- Joined: Wed May 14, 2008 1:51 pm
- OLAP Product: TM1
- Version: PA 2.0.7
- Excel Version: Office 365
- Location: 37 East 18th Street New York
- Contact:
Re: TI Process To Copy Data Within Cube
Are you excluding the likes of rule calculated and consolidated elements in your data source?
Struggling through the quagmire of life to reach the other side of who knows where.
Shop at Amazon
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
Shop at Amazon
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
-
- MVP
- Posts: 600
- Joined: Wed Aug 17, 2011 1:19 pm
- OLAP Product: TM1
- Version: 9.5.2 10.1 10.2
- Excel Version: 2003 2007
- Location: York, UK
Re: TI Process To Copy Data Within Cube
If you are copying rule calculated values then using BatchUpdateStart will help by queuing all the updates to be entered at the end, thus avoiding blowing away the calculation cache between cell reads.
- paulsimon
- MVP
- Posts: 808
- Joined: Sat Sep 03, 2011 11:10 pm
- OLAP Product: TM1
- Version: PA 2.0.5
- Excel Version: 2016
- Contact:
Re: TI Process To Copy Data Within Cube
In you think about it, Cube to Cube is in-memory and therefore it should be faster than cube to file to cube. If it isn't then you are probably doing something wrong.
Ensure that your view excludes zeroes, consolidations and calculated values, then it will work quickly.
If you need to land the results of calculations in the version then set up the view so that it only has base level elements in each dimension, and ensure that you skip zeroes.
Regards
Paul Simon
Ensure that your view excludes zeroes, consolidations and calculated values, then it will work quickly.
If you need to land the results of calculations in the version then set up the view so that it only has base level elements in each dimension, and ensure that you skip zeroes.
Regards
Paul Simon