Read and Download Comparison of NoSQL Databases and Distributed Database Advanced Data Structures Book PDF
ByYang Du
Total Download
19“A book is like a garden carried in the pocket.” –Chinese Proverb
Synopsis
|As companies are moving towards cloud infrastructure and big data, a tradition-al single database server cannot satisfy their needs. NoSQL databases are consideredas an alternative solution to this situation. NoSQL provides high performance, elas-tic scaling and low cost for storing large amount of data. However, there are manyNoSQL databases to choose from. Each has its advantage and disadvantage. In thisthesis, we evaluate several popular NoSQL databases including: Redis1 , HBase2 ,MongoDB3 , and Cassandra4 on their performance against several workloads.In addition, because the current version of Redis does not provide scalability thesame way as HBase or Cassandra does, we introduce Dynamic Redis that extendsRedis and allows the dynamic addition and removal of Redis servers without impact-ing the running system. Our implementation also takes the advanced interface ofRedis that includes list, and set management into account.| --

No comments:
Post a Comment