Head's Up! Site migration is underway. Phase 2: migrate recent content
β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/
β01-09-2022 10:59 AM
Hi @koji
Thank you for the reply - It worked! π
All the sessions of the conference are now available online