How large is your huge dataset? What is your graph model? By what would you shard them? You will probably not be able to query across them directly? If you use Neo4j embedded, there might be a port conflict on the remote shell port, so you can configure it with enable_remote_shell=false
On Tue, Apr 1, 2014 at 3:11 PM, Philippe Baumard <[email protected]> wrote: > > @黃首翰 , > > Hi, > You can do that. For my web application i created three database(graph). > I develop with GWT. At loading i start all the three graphs with each > connections grahDB_one, graphDB_two... > This work very well. > > -- > 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. > -- 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.
