InterviewSolution
Saved Bookmarks
| 1. |
How are a file stored in neo4j? |
|
Answer» In Neo4j, the FILES are storage PERSISTED for LONG TERM durability. All the data related file are located inside the Neo4j data DIRECTORY - data/databases/graph.DB (v3.x+) by default. |
|