Hi all, I have a huge data need to be loaded into neo4j and I want to 
partition those data into many subgraphs( will be many graph.db, like 
graph-0.db, graph-1.db,etc.)
then use java embeddedDatabase to start some of them at the same time, so 
that I can query across databases.

but it seems like would have some conflict in port address


does anyone know how could achieved my goal? 


I know I can dynamically change the embeddedDatabase, but I need to record 
the path I queried before in previous database, so I think I must keep the 
embeddedDatabase in memory.

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to