What is the difference between edges/documents created independently and those created using gharial's interface?
Edges/Documents created through the normal collection API do not know anything of each other, especially if you save an edge it is not checked if their source and target vertices exist, it is just verified that the collections are valid.
If you save documents/edges using the gharial or general-graph module (which is the module gharial uses) you get guarantees over your graph. This includes the following:
This gives the benefit that you do not have loose ends or orphan edges in your graph which is often required.
The internal storage of edges remains untouched by gharial, so if you save an edge with gharial you could access it with normal document API and vice versa. However only saving through gharial gives above mentioned guarantees.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With