Publish to my blog (weekly)
-
그래프 데이터 모델링 : 관계에 관한 모든 것 | 작성자 David Allen | Neo4j 개발자 블로그 | 매질
- Note that with reflexive relationships, the target label
(:Person)
is going to be the same as the source label…because it’s reflexive! - Tip: A good practice is to minimize your vanilla relationships. Knowing what other type applies is useful to the semantics of your model, and useful to application constraints, so ideally you’d like to have that with all of your relationships if possible. But sometimes it isn’t! So don’t be a purist about it. Rule of thumb: if you’re not sure, it’s vanilla.
-
댓글