You need to increase query and dimension processing performance

You are conducting a design review of a multidimensional project.
In the Customer Geography dimension, all non-key attributes relate directly to the key
attribute.
The underlying data of the Customer Geography dimension supports relationships between
attributes.
You need to increase query and dimension processing performance.

What should you do?

You are conducting a design review of a multidimensional project.
In the Customer Geography dimension, all non-key attributes relate directly to the key
attribute.
The underlying data of the Customer Geography dimension supports relationships between
attributes.
You need to increase query and dimension processing performance.

What should you do?

A.
For the dimension attributes of the Customer Geography dimension, define appropriate
attribute relationships.

B.
For the dimension attributes of the Customer Geography dimension, set the
GroupingBehavior property to EncourageGrouping.

C.
For the Customer Geography dimension, set the Processing Mode property to
LazyAggregations.

D.
For the Customer Geography dimension, set the ProcessingPriority property to 1.



Leave a Reply 6

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


Niklas

Niklas

Answer:

A.- For the dimension attributes of the Customer Geography dimension, define appropriate attribute relationships.

Carlos Escobar

Carlos Escobar

Answer is A

HR_OS_B

Ralph

Ralph

Specify the appropriate attribute relationship type
By default an attribute relationship is considered Flexible, but wherever applicable make it Rigid for better performance. If you make it rigid, SSAS doesn’t bother updating members of a dimension on subsequent processing and hence improves the performance. Please make sure you are changing relationships to rigid only in cases where it does not change or else you may get exceptions during processing.

Marchello

Marchello

A.
For the dimension attributes of the Customer Geography dimension, define appropriate
attribute relationships.