Running Neo4j purely in memory without any persistence

前端 未结 3 974
春和景丽
春和景丽 2021-01-01 19:23

I don\'t want to persist any data but still want to use Neo4j for it\'s graph traversal and algorithm capabilities. In an embedded database, I\'ve configured cache_typ

3条回答
  •  心在旅途
    2021-01-01 19:53

    you can try a virtual drive. It would make neo4j persist to the drive, but it would all happen in memory https://thelinuxexperiment.com/create-a-virtual-hard-drive-volume-within-a-file-in-linux/

提交回复
热议问题