问题
I've noticed that when I run a heavy query over and over again, it takes the same duration to finish. This is not typical behavior of databases. Does neo4j cache queries?
回答1:
Neo4j caches the store files, node and relationship objects and query plans. However it does not query results by itself, this needs to be done on application side.
来源:https://stackoverflow.com/questions/31646017/neo4j-query-result-cache