Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
property Hierarchy.virtual : bool | None
Whether the hierarchy is virtual or not. A virtual hierarchy does not store in memory the list of its members. Hierarchies with large cardinality are good candidates for being virtual. By default, a given hierarchy is automatically set as virtual if and only if it comes from anExternalTable and one of the following conditions is met:
- The hierarchy has a cardinality of 10000 or more;
- The
activeviam.experimental.forceVirtualHierarchiesproperty is set totrue.
As its name suggests,
activeviam.experimental.forceVirtualHierarchies is an experimental/temporary property which may change in future bugfix releases.Example
- Without
activeviam.experimental.forceVirtualHierarchies: - With
activeviam.experimental.forceVirtualHierarchies: