Changing graph.set-vertex-id Property After Migration #4844
Unanswered
nikhilbonte21
asked this question in
Q&A
Replies: 1 comment 6 replies
-
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current Scenario
graph.set-vertex-id=false
(default), using JanusGraph-generated vertex IDsgraph.set-vertex-id=true
to preserve source vertex IDs during migrationProblem
graph.set-vertex-id
is aGLOBAL_OFFLINE
property, it cannot be modified at runtimegraph.set-vertex-id=true
Reference
Found in documentation that
graph.set-vertex-id
can be modified using Gremlin console for existing graphs:Custom Vertex IDs Documentation
Questions
Is it possible to change
graph.set-vertex-id
tofalse
on the target graph after migration?If changing the property is possible, what are the risks of ID collisions?
Any guidance or best practices would be appreciated.
Environment:
Beta Was this translation helpful? Give feedback.
All reactions