Re: unique index per label
Ankur Goel <ankur...@...>
Unique index is globally.
~AnkurG
On Monday, September 11, 2017 at 4:45:01 PM UTC+5:30, ya...@... wrote:
As I understand labels are used for partitioning. Does the same apply for clustering?
I.E I create vertices and edges with custom properties. Assume I have a unique property called: 'nodeId'.Now I have logical groups. each group has a UUID. I use this UUID as the vertex label.Can I create 2 different vertices with the same nodeId if they are assigned different labels? Or is the unique index global to all labels?