spmallette opened a new pull request, #3327:
URL: https://github.com/apache/tinkerpop/pull/3327

   https://issues.apache.org/jira/browse/TINKERPOP-3214
   
   Prevented duplicate identifiers by using the same pattern for tracking 
vertex properties as is used for vertices and edges. 
   
   Not sure how controversial this change is for 3.7.x but basically this 
change just tracks vertex properties just as we track vertices and edges.  The 
references to these are already in memory so it seems like the cost would be 
negligible to do it this way. Can't think of cases where this would creates any 
sort of breaking change to any behavior as I don't see how you'd rely on 
duplicates for anything reasonable you could be doing.  Seems best to just fix 
it, but open to moving to another branch if I'm missing something here or if 
there's a performance angle I've not considered.
   
   VOTE +1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to