TM1 feeders file and memory
Posted: Mon Feb 08, 2016 3:08 am
TM1 system table shows our system suffers with large memory consumed by feeders of some cubes, and also I notice there are some files with '.feeder' suffix in TM1 data folder, with large size.
Here is my question:
If I have 2 cubes. Cube A is source file, and cube B is target file.
Rule of cube A is like below:
-----------------------------------------------------------------------
SKIPCHECK;
FEEDERS;
['Sales'] => DB('Cube B', !Account, !other_dimensions...);
####################################################
Rule of cube B is like below:
-----------------------------------------------------------------------
SKIPCHECK;
['Sales']=N: DB('Cube A', !Account, !Other_dimensions...);
FEEDERS;
####################################################
Question1:
After saving of all rules, in which cube name will the memory of the feeder (as shown in rule of cube A above) be allocated?
Question2:
If system shows a cube consumes large feeder memory, but there are many feeders in that cube, how can I find the memory size consumed by each feeder statement? so that I can review and promote the statement.
Regards,
Chris
Here is my question:
If I have 2 cubes. Cube A is source file, and cube B is target file.
Rule of cube A is like below:
-----------------------------------------------------------------------
SKIPCHECK;
FEEDERS;
['Sales'] => DB('Cube B', !Account, !other_dimensions...);
####################################################
Rule of cube B is like below:
-----------------------------------------------------------------------
SKIPCHECK;
['Sales']=N: DB('Cube A', !Account, !Other_dimensions...);
FEEDERS;
####################################################
Question1:
After saving of all rules, in which cube name will the memory of the feeder (as shown in rule of cube A above) be allocated?
Question2:
If system shows a cube consumes large feeder memory, but there are many feeders in that cube, how can I find the memory size consumed by each feeder statement? so that I can review and promote the statement.
Regards,
Chris