I'm creating some what-if mondrian maps on knowage that I had on spagoBI. There is this one where I have two columns pointing to the same dimension (which has around 4k entries), if I expand values on one of them and then i try to expand the other one, it will take a real long time and reach a stackoverflow exception, despite the fact that the doc is configured to show only non-empty values and i only have values for 3 of them.
Stripping down the dimension table to a couple of records, it works instantly, with 500 records it takes 5 seconds, with 1.5k records it takes 30 seconds and with 3k the stackoverflow starts to happen. On spagoBI it always works instantly, any idea why ?
