Neo4j query result cache

北战南征 提交于 2019-12-24 06:46:19

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!