4 ms·
Sorry, I need to correct that. I meant that shards are basically still primary / secondary with an arbiter for failover. We prefer horizontal nodes instead, lik
by cnagele 14y ago
Sorry, I need to correct that. I meant that shards are basically still primary / secondary with an arbiter for failover. We prefer horizontal nodes instead, like Cloudant, Elastic Search or Cassandra offers.
- pbbakkum 14y agoAhh, I see. Why do you guys prefer that configuration? Space/resources, reliability?
- kapilvt 14y agoprobably large amounts of writes.
- mlmilleratmit 14y agoSpace/resources was certainly a concern in this case. A disk-based solution with predictable latencies enables storage of far more data than something that requires holding the working set in RAM.