Overview
In E-Notebook application, users often create Experiments and other Entities, organize their data into Collections across multiple folders within a tree structure. While this approach provides flexibility, creating numerous References to these collections across different branches can significantly impact application performance.
Why Does This Happen?
- Each reference adds complexity to the workflow.
- Multiple references scattered across the tree increase the load on the system, slowing down operations such as navigation, data retrieval, and updates.
Recommended
To maintain optimal performance, it is recommended working with Tables instead of creating references in multiple folders. Each cell in a Table can contain direct links to your collections.
This approach:
- Reduces the number of references scattered across the tree.
- Improves workflow efficiency and application responsiveness.
- Makes data organization more intuitive and centralized.
- Reduce a numerous application issues.
- Fewer references across the tree mean faster load times.
Comments
0 comments
Article is closed for comments.