Which query mode should you select?

You are developing a SQL Server Analysis Services (SSAS) tabular database.
To maximize performance, the queries must be resolved by using cache unless otherwise
specified in the connection string.
You need to configure the appropriate query mode.
Which query mode should you select?

You are developing a SQL Server Analysis Services (SSAS) tabular database.
To maximize performance, the queries must be resolved by using cache unless otherwise
specified in the connection string.
You need to configure the appropriate query mode.
Which query mode should you select?

A.
In-Memory with DirectQuery

B.
DirectQuery with In-Memory

C.
In-Memory

D.
DirectQuery



Leave a Reply 9

Your email address will not be published. Required fields are marked *


Carlos Escobar

Carlos Escobar

A is the right answer

Python

Python

A is the correct answer

Ralph

Ralph

“A”
In-Memory with DirectQuery: This is a hybrid mode. By default, queries should be answered by using the In-Memory mode, however, the connection string from the client can instead choose to use the DirectQuery mode.

Sean

Sean

A confirmed.