Replies: 1 comment
-
Looks like this is here as far as I can tell: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking at the documentation and it states:
https://orientdb.org/docs/2.0/orientdb.wiki/Tutorial-Clusters.html
If one is developing a location based social database like for a dating or meetup app, this optimization would be very important. 99% of queries will be only within one country/continent/region rather than crossing regional borders.
However, if a user then moves from one location to another, is there any easy way to move them in the database? Ie. In the example above, could we move "BobSmith2458" from "USA_customers" to "China_customers" if we become aware he has now moved to China?
If "BobSmith2458" has a bunch of edges and other connections associated with him, can we move him without breaking those connections?
Would we have to copy and clone all the data and then delete the original, or could a true "move" be done? How would you handle such a user move?
Thanks for any thoughts or ideas.
Beta Was this translation helpful? Give feedback.
All reactions