Items history
Click on the last update date to view the item history
Redis | Jun. 16th 2020 9:11:46 AM |
---|---|
DynamoDB | Jun. 3rd 2015 10:38:52 PM |
MongoDB | Jun. 3rd 2015 10:30:00 PM |
HBase | Jun. 3rd 2015 10:29:32 PM |
CouchDB | Jun. 3rd 2015 10:24:14 PM |
Cassandra | Jun. 3rd 2015 10:23:52 PM |
Clusterpoint | Jun. 3rd 2015 6:11:36 PM |
DocumentDB | Jun. 3rd 2015 12:07:29 PM |
Nowadays applications move very fast having new features every now and then. Software needs to process more and more data. So there is a need for alternatives to SQL databases, where we are not linked to a fixed database schema; where the amount of data will not reduce the performances. For all these reasons, NoSQL started to make it's way. And it's now part of the backend of most big websites like Facebook or Twitter.
With SQL you can almost switch from one database vendor to another with little to no effort thanks to SQL standard. With NoSQL databases there is no standard way to access these databases, so you need to consider twice your choice to make sure you will go for the solution that best fit your needs and not have to start all over your integration in a few months.
This comparison is inspired from Kristof Kovacs article:
http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis
Kristof Kovacs: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis
http://en.wikipedia.org/wiki/NoSQL_%28concept%29