Re: [Neo4j] Persistent vs in-memory storage

2011-06-07 Thread Johan Svensson
Hi, Neo4j requires a filesystem and that filesystem may be mounted in RAM or not. You can only control the location of the graph store through the API but it has to be on a supported filesystem. On Linux a in memory graph db can easily be created using /dev/shm: GraphDatabaseService inMemoryG

[Neo4j] Persistent vs in-memory storage

2011-06-06 Thread udayan khurana
Hi all, I am curious to know whether I can control the storage of my graph with Neo4J through the API. I didn't find any documentation related to that. Thanks Udayan ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/us