Performance impact of calculating Unique Count on a long string based Dimension
I am saving a unique identifier string in a dimension. The string is 64 characters long.
I will be creating a Calculated Metric on this dimension to get the unique count on this dimension. I will be using this Calculated Metric on the Adobe Analysis Workspace.
This dimension will have upto 350,000 unique values. I am concerned about the performance of Count function on this dimension, especially because of the long string size, and large number of unique values.
Is there going to be any significant performance impact on the Analysis Dashboard, if this metric is added and used?