I have a scenario where I have a "Warehouse" cube which contains sales and forecast data down to a pack level for my products. There are a significant number of packs in this dimension and on the whole the cube is fairly chunky and itself data is fed to it by 4 or 5 different cubes.
On that basis I have created a summary cube which replicates the Warehouse cube data but it's product dimension is one level shorter than the other, therefore the lowest level being a level above the pack. All other dimensions are exactly the same.
When when placing the feeder into the rule of the warehouse cube it is now taking over 25 mins to save where before it wouldn't take anywhere near that before I put it in. Am I being thick with the feeder i'm using?
Summary cube rule:
Code: Select all
[]=DB('Sales Warehouse',!Years,!Months,!ProductBrand,!Versions,!Currency Calc,!Sales Warehouse Calcs);
Code: Select all
[]=>DB('Sales Warehouse Summary',!Years,!Months,'TOTAL',!Versions,!Currency Calc,!Sales Warehouse Calcs);
Any thoughts? Many thanks in advance.