Arturo Sevilla
Arturo Sevilla

Reputation: 227

Nodestore and relationshipstore on different locations/directories/drives

I want to have the nodestore, relationshipstore, and property stores on different drives. Is there a configuration value that I can modify to achieve this?

The only thing so far that I have seen is the neo_store configuration, but that only changes the location of all store files relative to the store_dir.

Upvotes: 0

Views: 38

Answers (1)

Stefan Armbruster
Stefan Armbruster

Reputation: 39925

I'm not aware of any config setting for this. However you can shut down your database and move the respective files to a separate drive and place a symlink into the the store directory.

N.B. I have not tested this setup myself.

Upvotes: 3

Related Questions