Query optimization

Queries are now consolidated, allowing fewer queries to be sent to the query engine.

You can use a single query to extract all measures from a data source. This results in fewer SQL queries, thereby improving the performance of the query engine. In previous releases, you had to create a separate query for each measure. In addition, because the query engine processes fewer requests, the query result cache undergoes less churn.

For more information, see Configuring query settings.