You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to OrientDb (and noSQL databases in general) and have put together a small application to model "friend" relationships.
The "FriendOf" edge is ideally just a link between two Person vertices, I had read in the documentation that the use of lightweight edges may increase performance. The below code works fine when lightweight edges are disabled. However, when enabling them the line to create the edge hangs.
I'm new to OrientDb (and noSQL databases in general) and have put together a small application to model "friend" relationships.
The "FriendOf" edge is ideally just a link between two Person vertices, I had read in the documentation that the use of lightweight edges may increase performance. The below code works fine when lightweight edges are disabled. However, when enabling them the line to create the edge hangs.
Am I missing something?
The text was updated successfully, but these errors were encountered: