Dear list:
I'm sure some variation of the question has been asked before, but I want to make sure I understand the bigger picture.
1. With the advent of Neo4j 2.0, it is quite possible/convenient to store multiple graphs in the same database, using labels.
2. Neo4j only supports one database per instance at this point.
3. If I really need multiple databases (e.g., separating dev and production DB), I'd have to
- install multiple instances
- each instance runs on different port and stores data in different directory
Is my understanding above correct?
In the 3rd case, is there going to be any resource conflict issue if the multiple instances run on the same machine?
Thanks much.
Joe