mysticfall / pivot4j

Pivot4J provides a common API for OLAP servers which can be used to build an analytical service frontend with pivot style GUI.
Other
128 stars 99 forks source link

Need more efficient method for collecting descendant members. #90

Open mysticfall opened 11 years ago

mysticfall commented 11 years ago

Currently, in hierarchy config dialog, when you choose 'Remove descendants' menu item, it will iterate the whole member tree, not just selected members.

We need to optimize this behavior in order to handle large hierarchies with large number of members.