Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Ragged and Unbalanced Hierarchies #9182

Open
rclapp opened this issue Feb 4, 2025 · 0 comments
Open

Using Ragged and Unbalanced Hierarchies #9182

rclapp opened this issue Feb 4, 2025 · 0 comments
Labels
question The issue is a question. Please use Stack Overflow for questions.

Comments

@rclapp
Copy link

rclapp commented Feb 4, 2025

Problem
We are exploring cube for a POC with in my team and we had a few questions on hierarchies. The documentation mentions that level definitions for hierarchies are needed, how does this with with ragged hierarchies. Specifically ones that have a high cardinality of levels. We typically store these in adjacency lists (Parent Node, Child Node). As a part of these adjacency lists we also store a weight, that describes whether the children within the parent are additive (weight of 1) or subtractive (weight of -1). Wondering if anyone has guidance or experience they can share.

@rclapp rclapp added the question The issue is a question. Please use Stack Overflow for questions. label Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question The issue is a question. Please use Stack Overflow for questions.
Projects
None yet
Development

No branches or pull requests

1 participant