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

Deferred hierachy rebuild #396

Open
ekampp opened this issue Mar 29, 2022 · 1 comment
Open

Deferred hierachy rebuild #396

ekampp opened this issue Mar 29, 2022 · 1 comment

Comments

@ekampp
Copy link

ekampp commented Mar 29, 2022

Hey 👋🏼

Is there an in-build option to restructure the hierarchy table(s) in a deferred manner? E.g. When destroying a node, I don't want the hierarchy rebuild to stall returning the success of the destroy method. Or when I move a node to a new parent, I don't want the save to have to wait for the hierarchy rebuild.

Thanks in advance.
Emil

@arnauvp-factorial
Copy link

Hi there! an additional use case for this would be batch operations, like importing multiple elements into the hierarchy and only rebuilding it once at the end, instead of performing multiple calculations. Could this be easily implemented?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants