(1) What Is The Best Nosql Database In Terms Of Performance? - Quora
This page may be out of date. Save your draft before refreshing this page.Submit any pending changes before refreshing this page. What is the best NoSQL database in terms of performance? There are many new NoSQL databases like MongoDB, CouchDB, etc... Which one is the best when you look from performance angle? There's a lot of NoSQL databases for a reason: they address different needs. From performance angle, the fastest one will be the one whose data model perfectly fits your application data model. For example, if you need to model a social graph, a graph database like Dex or Neo4J is likely to smoke everything else. If you only need to quickly retrieve a value according to a key, go for something like Membase, KumoFS or Kyoto Tycoon. If you need structures like lists, sets, ordered sets, and hashes, Redis is your best bet. If you need to associate a slightly more complex structure (document) to a key, go for MongoDB or CouchDB. With a single query,Read full article from (1) What Is The Best Nosql Database In Terms Of Performance? - Quora
No comments:
Post a Comment