deepu_sree wrote:a) What should be the ideal size of the files (.rux, .feeders) etc in terms of the .cub file?
There is no "ideal" size. That's like asking what is the ideal size of a database. The size all depends on how big your cube, i.e., database, is.
deepu_sree wrote:For one of these day-level cubes, my .feeders file is twice the size of the cube. My cube file (.cub) is 3 GB whereas my .feeders file with the same name as the cube is twice the size - 6 GB.
A 3 GB cube is pretty damn big but it doesn't surprise me if you are tracking day-level data. Unfortunately, you haven't provided any more details about your cube so I have no way of knowing whether that number actually makes sense. I'm assuming it does because it represents raw data.
deepu_sree wrote:Rule file is just 2 Kb.
A rule file is just raw, uncomplied code. It's size is really meaningless.
deepu_sree wrote:b) Is there any known limitation with TM1 that beyond a certain threshold of data, it becomes unstable.
That all depends on the RAM in your server. If TM1 uses up all the available RAM then the system will crash. Simple as that.
deepu_sree wrote:
c) What is overfeeding? How can we find out that we're not overfeeding the cube? and of course, what are the workarounds?
You seem to be aware of what feeding means. Overfeeding just means you have told TM1 that there is going to be data in an intersection(s) where no data actually exists. It does not result in an error, data-wise, it just needlessly wastes resources. Whether or not you have overfed really depends on the logic you have used to do the feeding. This is one of the most difficult aspects of developing in TM1. Since you are a newbie it is highely likely you have overfed, but not necessarily, Review your feeder logic carefully and make sure it makes the most sense. If your rule calculations are simple then the feeding is simple. If you have gotten fancy with your calcs then overfeeding could be an issue. One hour to calculate feeders seems excessive but not necessarily so, it all depends on how many calculated intersections you have in the cube,