Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-08-2022 12:09 PM
I have installed neo4j in my personal laptop and the graph db I'm analyzing keeps growing. Is it possible to move the graph db to an external SSD, load it from there and keep adding more nodes and edges?
Thanks!
Andreas
Solved! Go to Solution.
01-08-2022 03:26 PM
You can change "dbms.directories.data" in neo4j.conf.
And restart Neo4j.
This code is an example.
Set it to your drive and name
#dbms.directories.data=data
dbms.directories.data=D:/MyNeo4jDBData/
01-08-2022 03:26 PM
You can change "dbms.directories.data" in neo4j.conf.
And restart Neo4j.
This code is an example.
Set it to your drive and name
#dbms.directories.data=data
dbms.directories.data=D:/MyNeo4jDBData/
All the sessions of the conference are now available online