Hi Raffi, That's a very sensible approach to scaling up the capacity of your system. Because you are embedding Neo4j, you can simply switch to using HighAvailabilityGraphDatabase instead of EmbeddedGraphDatabase, as described here: http://wiki.neo4j.org/content/High_Availability_Cluster
You will first need to configure the Zookeeper cluster, and each Neo4j HA instance. Do you anticipate continuing to host each application within Tomcat? What will you use for load-balancing? Best, Andreas On Aug 7, 2011, at 8:54 AM, etc1 wrote: > We want to start small with neo4j, so a single server with Tomcat with an > instance of neo4j EmbeddedGraph db is sufficient for our needs. However, if > we need to increase system capacity in the future by moving to a clustered > architecture using HighAvailabilityGraphDB, how easy is the switch? I > understand that there will configuration updates (ZooKeeper, etc), but is > there any material impact to the data or special considerations before > making the switch? Will the database auto-balance/shard in the HA > configuration, or does that have to be done manually before the system in > put in production? > > > > Thanks > > Raffi > > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

