1. Salesforce Help, Marketing Cloud Intelligence Documentation, Calculated Dimensions and Measurements in Marketing Cloud Intelligence. This document states, "Calculated dimensions and measurements are calculated during query time." This confirms the technical reason for the performance impact, as the logic is not pre-processed during data ingestion but is executed with every user request.
2. Salesforce Help, Marketing Cloud Intelligence Documentation, Best Practices for Query Performance in Marketing Cloud Intelligence. This guide explicitly advises on performance optimization. It recommends minimizing the use of complex, query-time calculations (like calculated dimensions) in favor of processing logic at the data model level (e.g., in the data stream or using Data Fusion) to improve dashboard and report loading times, especially in workspaces with large data volumes.
3. Salesforce Help, Marketing Cloud Intelligence Documentation, Create a Calculated Dimension in Marketing Cloud Intelligence. The "Considerations" section of this guide often highlights that while powerful, these dimensions can affect performance. It recommends testing their impact in a staging environment before deploying them widely in a production workspace with significant data.