my question is how "overfeeding" is defined. My understanding of overfeeding was that I feed more more cells than needed the aggregation. So there is an overhead on fed cells.
Now I had an discussion with another developer who told me that a cell could also be overfed if the cell is fed by several feeders. Means I can feed exactly all cells I need for aggregation which wouldn't be overfeeding in my first explanation above but the cells are feed by for example 3 different feeders.
Means that if I don't overfeed my cells considering the number of cells but the cells itself get feed multiple times. In the model I had in my mind it wouldn't make a difference how often I feed a cell because a cell could always be fed or not fed (1 or 0 flag). So it doesn't matter how often a cell is fed it will "cost" always the same memory because a cell can't be more than "fed". The question is now is that true? Or does it cost more memory if I feed the cell several times (using different feeders)?
The next question is now about performance. I could imagine that it could not cost more memory to feed a cell several times but decreases the performance if a cell is fed by several feeders (instead of only one). But then the question would be when does it cost the performance? I guess if the cell value (source cell for feeder) changes from 0 to a value. Because this is the time when the feeder fires. But to be hones I'm only guessing...

The following statemend of IBM doesn't help me a lot...

"Generally, the more FEEDERS that a rule has, the slower the performance will be."
http://www.ibm.com/developerworks/data/ ... ge620.html
I would really appreaciate it if someone could help me out to understand this...
