Splitting calculations not joining on primary key columns
When joins don’t constrain on primary key columns, one or more data sources may return non-unique rows, leading to higher database resource consumption.
Recommendation for splitting calculations
If a calculation has joins that do not use primary key columns, splitting those data sources into a separate calculation is recommended to avoid longer processing times.