Buffer
internally saves the relation pointer to the loaded objects and speeds up repeated querys
Order Objects by:
- Node/Relation
- Database ID
- Object ID (defined with
@Id and can be synced with Database ID)
- Class/Labels(Type)
Node/Relation gets loaded/searched from Users
- search according to the class and their children (take child before loading base Class from Database)
Node/Relation gets loaded/searched from Database (on loading)
- search and parse according to the label of the Node
Buffer
Order Objects by:
@Idand can be synced with Database ID)Node/Relation gets loaded/searched from Users
Node/Relation gets loaded/searched from Database (on loading)