Hacker News new | ask | show | jobs
Splitting one MongoDB replicaset into two (mauro-stettler.blogspot.nl)
2 points by r3pl4y 4873 days ago
To scale up our MongoDB cluster, we were forced to split a running replicaset into two. The problem was that we couldn't afford any downtime, so we had to migrate while still serving many hundred queries per second. This blog post describes the whole process.