Is it possible or even feasible to start Neo4j HA with one master and add slave in high traffic time with some sort of load balancing?
From Neo4j Doc :
Neo4j HA requires a quorum in order to serve write load. What this means is that a strict majority of the servers in the cluster need to be online in order for the cluster to accept write operations.
Is one master with no slave available, yet can create a quorum?