Skip to main content

final class atoti.aggregate_provider.aggregate_provider_recommender.AggregateProviderRecommender

Recommend AggregateProvider s for a Cube. The recommender analyzes the queries executed against the cube while it is recording to recommend the most impactful aggregate providers.

Example

By default, the recommender is idle:
Recommendations require a recorded query history, so none can be made while idle:
Starting to record queries:
Running some queries:
Getting a recommendation:
Excluding another level changes the recommendation:
Once a suitable recommendation is made, the recommender can be made idle again:
The recommendation can be applied directly:
Or it can be serialized and transferred from one environment to another:
In another process: