I have big database of geolocation and I want to create 100 replication of the databases based on countries i.e. World is my master database and every slave will be having data of one country. Is it possible to do in Neo4j as all documents out there explain concept of HA but how we can slice the database while creating slaves it isn't mentioned anywhere.
And doing so will it affect my db performance?