neo4j - How differentiate data for each database or Graph -
- to differentiate data each database , in examples neo4j has movie db , northwind db, how know @ end sought of database/graphs we've. how these managed (database administration point of view).
secondly if connect sqlserver client , can have list of database each database has own db objects. how can deal below points:
to execute query on particular database or graph , in sqlserver can either use full qualified name under db context e.g select * amazon.dbo.people or "use amazon" , call store procedures,views,functions or whatever objects.
neo4j not have concept of multiple databases in 1 neo4j instance. can run multiple databases setting multiple instances - on same machine.
another option organize graph multiple distinct subgraphs.
Comments
Post a Comment