Custom ID best practice

Hey I'm looking into using custom ID for my DB vertices & came across this:
https://github.com/JanusGraph/janusgraph/issues/1221#issuecomment-938060054
Where there is a mention of potentially moving to use UUID internally. Can I ask what's the overall consensus/traction on this? And does this mean it's preferable for new graphs to use custom id with UUID now? Thank you.
GitHub
Though #147 is merged, we still need to call graph.getIDManager().toVertexId(custom_id) to explicitly convert a custom vertex ID to a valid Janusgraph vertex ID. I feel it's unfriendly for the ...
Was this page helpful?