Hacker News new | ask | show | jobs
by cnagele 4937 days 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.
1 comments

Ahh, I see. Why do you guys prefer that configuration? Space/resources, reliability?
Space/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.
probably large amounts of writes.