Using Dynamic Selectors
Tree manager provides the options to improve the database performance:
-
Static Selectors
-
Selector represents entire tree data
-
Selector tables are updated only when tree is modified
-
-
Dynamic Selectors
-
Selector represents only requested nodes
-
Selector tables are updated with each query run.
-
Related Topics