On Thu, 2014-04-10 at 11:17 -0700, motta.lrd wrote: > What is the minimum database size and number of Operations/Second (reads and > write) for which I should seriously consider this database?
Significant number of writes / second -> possibly a good use case for cassandra. Database size is a difficult one: In theory if you can fit it in memory on one machine you're better off with one machine if you can tolerate downtime: but then you lose redundancy/replication across multiple nodes/racks/datacentres etc. Tim