cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

denis_vulinovic
Node
since ‎06-15-2020
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

In my domain, I often need to enforce unique constraints that only apply within specific contexts. For example, I'd like Companies to have unique names within each Country, but it doesn't matter if a Company in a different Country has the same name. ...
In my data model, every node has two attributes - createdBy and modifiedBy - that reference Person entities. If I use relationships for these, then every node will have these two relationships. This will add a lot of "noise" to the graph. And it won'...
Kudos from