Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么快速的方法可以将两个节点合并为一个,而不需要自己遍历属性和关系?
任何意见,将不胜感激!
您必须自己实现 - 如果两个节点包含具有不同值的相同属性等,则包括冲突解决。
Neo4j 对此不提供任何支持(因为这可能不是一个非常常见的用例)。