Good day all,
I have tried the shadow cube technique from CubeWise to identify overfeeding and either it is not working or I am not overfeeding (which I find hard to believe)
Does anyone have any other tips/tricks to identify overfeeding. I am basically looking to reduce feeder file sizes to decrease the overall instance size.
I have tried to find page 147 from the IBM Cognos TM1 The Official Guide that I have seen referenced in a lot of places with no luck.
Any advice would be appreciated
Bret
How to identify overfeeding
-
- Posts: 30
- Joined: Mon Jul 19, 2021 2:15 pm
- OLAP Product: TM1
- Version: 2.0.0
- Excel Version: 365
- Elessar
- Community Contributor
- Posts: 412
- Joined: Mon Nov 21, 2011 12:33 pm
- OLAP Product: PA 2
- Version: 2.0.9
- Excel Version: 2016
- Contact:
Re: How to identify overfeeding
Hello, this was asked many times on this forum: viewtopic.php?t=16766
-
- Posts: 122
- Joined: Wed Apr 03, 2019 12:10 am
- OLAP Product: IBM PA
- Version: 2.0.9.x
- Excel Version: Microsoft 365 x64
Re: How to identify overfeeding
And the asker always disappears when help is offered.Elessar wrote: ↑Sun Jan 19, 2025 6:02 am Hello, this was asked many times on this forum: viewtopic.php?t=16766

-
- Posts: 30
- Joined: Mon Jul 19, 2021 2:15 pm
- OLAP Product: TM1
- Version: 2.0.0
- Excel Version: 365
Re: How to identify overfeeding
Thanks for the advice. I have tried the steps on a few of those links and always got a zero or no overfeeding back (which cant be true)
I will try the other listed in that link and see how it goes
Thanks again
I will try the other listed in that link and see how it goes
Thanks again
- Steve Rowe
- Site Admin
- Posts: 2455
- Joined: Wed May 14, 2008 4:25 pm
- OLAP Product: TM1
- Version: TM1 v6,v7,v8,v9,v10,v11+PAW
- Excel Version: Nearly all of them
Re: How to identify overfeeding
Let's start at the beginning then.
What are the symptoms you are experiencing that lead you to believe you are overfeeding?

What are the symptoms you are experiencing that lead you to believe you are overfeeding?
Technical Director
www.infocat.co.uk
www.infocat.co.uk
-
- Posts: 30
- Joined: Mon Jul 19, 2021 2:15 pm
- OLAP Product: TM1
- Version: 2.0.0
- Excel Version: 365
Re: How to identify overfeeding
mostly cube size. We are running into issues with the server getting too close to its limit and I thought one thing I could look at was cube sizes.
- gtonkin
- MVP
- Posts: 1254
- Joined: Thu May 06, 2010 3:03 pm
- OLAP Product: TM1
- Version: Latest and greatest
- Excel Version: Office 365 64-bit
- Location: JHB, South Africa
- Contact:
Re: How to identify overfeeding
Have a look at this article, specifically the section showing }StatsByCube.
I create the calculated member Memory per Populated Cell to give an indication of whether or not reordering dimensions may help.
Over 30 could prompt further review but it is not quite that simple as each dimension needs bytes for the pointer and the bigger the dim, the larger the pointers etc. The view may also give an indication of feeding issues.
Another option may be this:
e.g. DebugUtility( 123, A, B, 'Model_Information_0_1.txt', '', '' );
A = 1 suppresses control objects
B = 1 includes additional feeder/cell information
I create the calculated member Memory per Populated Cell to give an indication of whether or not reordering dimensions may help.
Over 30 could prompt further review but it is not quite that simple as each dimension needs bytes for the pointer and the bigger the dim, the larger the pointers etc. The view may also give an indication of feeding issues.
Another option may be this:
Code: Select all
DebugUtility( 123, 0, 1, pPath|'\Model_Information.txt', '', '' );
A = 1 suppresses control objects
B = 1 includes additional feeder/cell information