I need create a distributed cache for Mondrian so I looked at a hazelcast cache implementation https://github.com/webdetails/cdc/blob/master/src/pt/webdetails/cdc/mondrian/SegmentCacheHazelcast.java#L141

It warns:

All relevant RolapStars must have been initialized inside mondrian for this to work.

How do I initialize the the relevant RolapStars?

Thanks.

有帮助吗?

解决方案

Just run a dumb MDX query on each cube. Should do the trick.

select [Measures].[Foo] on columns from [Bar]
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top