Neo4j - Adding indexes correctly

前端 未结 0 1607
渐次进展
渐次进展 2021-02-13 23:48

I have a kinda complex query for retrieving nodes of type Post. Query looks like this.

MATCH (t:Tag) WHERE t.name=\'CAT\' with t
MATCH (t)-[:HAS_TAG]         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题