You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
It would be a great feature to add a function to return name of a default member in a hierarchy without actually allocating that hierarchy in memory as python representation of the whole hierarchy is not necessary for such request. The reason is that default member might be queried straight by HierarchyService to save resources and time for such query.
I'm currently using following code to get default member of a dimension hierarchy:
However memory is allocated not only for default member, but also for all elements in that hierarchy - this means to spend memory and time especially in cases when hierarchy contains thousands of elements.
The text was updated successfully, but these errors were encountered:
Hi,
It would be a great feature to add a function to return name of a default member in a hierarchy without actually allocating that hierarchy in memory as python representation of the whole hierarchy is not necessary for such request. The reason is that default member might be queried straight by
HierarchyService
to save resources and time for such query.I'm currently using following code to get default member of a dimension hierarchy:
However memory is allocated not only for default member, but also for all elements in that hierarchy - this means to spend memory and time especially in cases when hierarchy contains thousands of elements.
The text was updated successfully, but these errors were encountered: