What scalability problems have you solved using a NoSQL data store?
- by knorv
NoSQL refers to non-relational data stores that break with the history of relational databases and ACID guarantees. Popular open source NoSQL data stores include:
Cassandra (tabular, written in Java, used by Facebook, Twitter, Digg, Rackspace, Mahalo and Reddit)
CouchDB (document, written in Erlang, used by Engine Yard and BBC)
Dynomite…