Which storage mode loads data into memory and gives the best query performance?
- A Import
- B DirectQuery
- C Live Connection
- D Composite
Answer
Import
Import should be the default. DirectQuery is only justified by genuine near-real-time needs, dataset size, or governance restrictions.





