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 101 forks source link

Member nodes in hierarchy configuration dialog loaded eagerly. #145

Closed mysticfall closed 10 years ago

mysticfall commented 10 years ago

Member nodes in the hierarchy configuration dialog are loaded eagerly, even though the 'dynamic' property of the Tree component is set to 'true', which incurrs significant performance overhead especially with large number of descendent child nodes.

It's caused by a PrimeFaces issue which I've reported some months ago :

As it's such a big hindrance for usability, we should apply a workaround immediately before it was fixed in PrimeFaces itself.