ClosureTree/closure_tree

Deferred hierachy rebuild

ekampp opened this issue ยท 1 comments

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