Skip to main content

Data source ordering

The sequence in which data sources are joined affects calculation performance. Joining large data sources first can lead to unnecessary database processing.

Recommended joining order

To improve efficiency, order the joins so that the data source which reduces the result set the most is joined first.