Hi All,
We are using Executive viewer to view the reports (Cube View). Reports take almost 5 mins, if calculations are not in cache.
To get the calculations pre-cache used ViewConstruct in TI process.
Thought of having a stargate view. Now after going through some documentations, found that we need to have some value in }CubeProperties for VMM & VMT.
Do we need to make any changes in .CFG file for stargate views?
When we say Stargate Views, do we need to use ViewConstruct to get respective data in to cache?
Now to keep the calculations in cache, my approach was to have a chore which will trigger TI process having ViewConstruct every 3 hours.
Is there any other alternative that can be tried out.
I went through the documentation but concept of stargate view is not yet clear for me.
Need more information on stargate views.
Regards,
Deepak Jain
Stargate views and ViewConstruct
-
- Regular Participant
- Posts: 152
- Joined: Sat May 25, 2013 10:32 am
- OLAP Product: TM1
- Version: 9.5.2; 10.2.2
- Excel Version: 2007
-
- MVP
- Posts: 3241
- Joined: Mon Dec 29, 2008 6:26 pm
- OLAP Product: TM1, Jedox
- Version: PAL 2.1.5
- Excel Version: Microsoft 365
- Location: Brussels, Belgium
- Contact:
Re: Stargate views and ViewConstruct
Before delving into all this, are you sure that the cube is performing well, outside of EV?
For example in the Cube viewer, does the same view take as long to calculate?
If yes, why does it that long? Too many rules and feeders? Too many data? Cube that is not set up in an optimal way? ...
Maybe use TI to fill such a Reporting cube out of several other cubes, and report on that more lightweight cube.
For example in the Cube viewer, does the same view take as long to calculate?
If yes, why does it that long? Too many rules and feeders? Too many data? Cube that is not set up in an optimal way? ...
Maybe use TI to fill such a Reporting cube out of several other cubes, and report on that more lightweight cube.
Best regards,
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
-
- Regular Participant
- Posts: 152
- Joined: Sat May 25, 2013 10:32 am
- OLAP Product: TM1
- Version: 9.5.2; 10.2.2
- Excel Version: 2007
Re: Stargate views and ViewConstruct
Hi Wim,
I would have added it in my earlier post, but it's never late.
Yes it takes same amount of time in Cube Viewer.
Earlier the time taken was around 13 mins.
So we make changes to feeders and time came down to 5 mins.
Optimized the cube using cube optimizer.
Yes too many rules and feeders.
Business wants real time calculations and forced to use rules rather than TI.
Regards,
Deepak Jain
I would have added it in my earlier post, but it's never late.
Yes it takes same amount of time in Cube Viewer.
Earlier the time taken was around 13 mins.
So we make changes to feeders and time came down to 5 mins.
Optimized the cube using cube optimizer.
Yes too many rules and feeders.
Business wants real time calculations and forced to use rules rather than TI.
Regards,
Deepak Jain
-
- MVP
- Posts: 3241
- Joined: Mon Dec 29, 2008 6:26 pm
- OLAP Product: TM1, Jedox
- Version: PAL 2.1.5
- Excel Version: Microsoft 365
- Location: Brussels, Belgium
- Contact:
Re: Stargate views and ViewConstruct
Please tell us more about the cube. What is done so that the calculation takes 5 minutes?
Are you feeding entire scenario's/versions?
Do you overfeed a lot? Do you feed correctly? Do you ALWAYS feed only to N-level cells?
Do you have ConsolidateChildren type of rules?
Did you investigate which rules and feeders in particular are heavy? (if you don't have a clue from just reading the rules)
Is the developer/development team a competent person/team in TM1, given that it's not a simple cube?
And so on. 5 minutes is just way too long.
Are you feeding entire scenario's/versions?
Do you overfeed a lot? Do you feed correctly? Do you ALWAYS feed only to N-level cells?
Do you have ConsolidateChildren type of rules?
Did you investigate which rules and feeders in particular are heavy? (if you don't have a clue from just reading the rules)
Is the developer/development team a competent person/team in TM1, given that it's not a simple cube?
And so on. 5 minutes is just way too long.
Best regards,
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
-
- Regular Participant
- Posts: 152
- Joined: Sat May 25, 2013 10:32 am
- OLAP Product: TM1
- Version: 9.5.2; 10.2.2
- Excel Version: 2007
Re: Stargate views and ViewConstruct
Hi Wim,
Cube is having 7 dimensions
A=B*C;
D=E\F;
B, C, E & F can be a consolidated element as well.
Can underfeeding also be a reason for more time consumption??
Regards,
Deepak Jain
Cube is having 7 dimensions
Dimension | No. of leaf level | Max. consolidated level |
DIm1 | 199 | 6 |
DIm2 | 377 | 4 |
DIm3 | 702 | 10 |
DIm4 | 1 | 2 |
DIm5 | 14 | 2 |
DIm6 | 33 | 3 |
Measure Dim | 4 | 0 |
Yes, as rules are calculated based on single elements. There around 120 rule statements which are as below example.Wim Gielis wrote: Are you feeding entire scenario's/versions?
A=B*C;
D=E\F;
B, C, E & F can be a consolidated element as well.
After making changes, I don't think overfeeding could be a reason. I will re-check on that.Wim Gielis wrote: Do you overfeed a lot? Do you feed correctly? Do you ALWAYS feed only to N-level cells?
Can underfeeding also be a reason for more time consumption??
No.Wim Gielis wrote: Do you have ConsolidateChildren type of rules?
How can we investigate which rules and feeders are heavy in particular?Wim Gielis wrote: Did you investigate which rules and feeders in particular are heavy? (if you don't have a clue from just reading the rules)
Regards,
Deepak Jain
-
- MVP
- Posts: 3241
- Joined: Mon Dec 29, 2008 6:26 pm
- OLAP Product: TM1, Jedox
- Version: PAL 2.1.5
- Excel Version: Microsoft 365
- Location: Brussels, Belgium
- Contact:
Re: Stargate views and ViewConstruct
Hello
Also, check out the control cubes in TM1 that store number of feeders, amount of memory used, and so on.
Assess the difference when making a change to a certain rule or feeder (or even completing putting it in commentary).
You are using a lot of feeders, more than optimal to have a fast computation time for your view.
But to be honest, I have used EV in the past as well, and IIRC, we had to feed more than we should do in "plain TM1" because EV expects cells to be fed (or base data).
Tricks like adding B as a child of consolidated A might not work, but please check this out. Turn A into a consolidated member with B as child.
If B is properly feed or base level data, this could in turn "feed" A. Make sure the rule for A is not restricted to N-level anymore (as it's always a C now).
Most of all, see if your report continues to work if you do not feed your C-level rules.
Wim
Do the small and sparse dimensions are at the beginning of the cube and the large and dense dimensions at the end?Cube is having 7 dimensions
Turning off the rule or feeder, bounce the server to flush the memory, and see the impact.How can we investigate which rules and feeders are heavy in particular?
Also, check out the control cubes in TM1 that store number of feeders, amount of memory used, and so on.
Assess the difference when making a change to a certain rule or feeder (or even completing putting it in commentary).
Underfeeding? No, to the contrary. If you feed less cells, TM1 has less work to do when computing the aggregations. But chances are that the result is not correct.Can underfeeding also be a reason for more time consumption??
With only the information from this topic, I *expect* this to be the cause of the slowliness.Yes, as rules are calculated based on single elements. There around 120 rule statements which are as below example.
A=B*C;
D=E\F;
B, C, E & F can be a consolidated element as well.
You are using a lot of feeders, more than optimal to have a fast computation time for your view.
But to be honest, I have used EV in the past as well, and IIRC, we had to feed more than we should do in "plain TM1" because EV expects cells to be fed (or base data).
Tricks like adding B as a child of consolidated A might not work, but please check this out. Turn A into a consolidated member with B as child.
If B is properly feed or base level data, this could in turn "feed" A. Make sure the rule for A is not restricted to N-level anymore (as it's always a C now).
Most of all, see if your report continues to work if you do not feed your C-level rules.
Wim
Best regards,
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly