-
Re: SUM and LOOKUP | Model Optimization Team series
This is just as important in Polaris as well - in fact the performance impact can be much worse in Polaris…1 -
Re: Iterative Development in Polaris
Excellent article @TheresaR Step 1 is so important, you need to have just enough data to see what is happening with the calculations and to be able to spot any issues like a large fanout before you p…1 -
Re: File format vs Anaplan
@MC This is just how Anaplan represents the number in the preview, the underlying number is not affected.1 -
Re: Rank Cell Limit Clarification
What the Planual Rule is warning about is that the performance of RANK against a dimension is proportional to its length. Therefore a line item with a single dimension that is a 50m list would be the…1 -
Re: which is the worst performance function below ? A. Rank , B . RankCumulate, C. Sum , D. Select
Depends how you use them… RANK and RANKCUMULATE are generally worse-performing because they have to be performed on a single CPU thread where other functions can benefit from parallel CPU execution.1

