【24h】

NoSQL databases: Critical analysis and comparison

机译:NoSQL数据库:关键分析和比较

获取原文
获取原文并翻译 | 示例

摘要

The current research explores and differentiates between various forms in which NoSQL databases exist. It examines the need of NoSQL and how they have become an important alternative to relational databases. NoSQL databases can be categorized into four major classifications which are: key value stores, graph databases, wide column stores, and document stores. These categories are compared on the basis of functional features and non-functional features. The non-functional features include performance, scalability, flexibility, structure and complexity. The functional features include de-normalization, joins, atomicity, aggregation and keys. Then for further analysis, one database is selected from each of these categories that is, MongoDB (document stores), Cassandra (wide column stores), Redis (key value stores), and Neo4j (graph databases). Selected databases are compared on their data model, CAP theorem, distributive properties and other factors. By performing the comparison on non-functional features, it has been found that a document store can be used if high performance, flexibility and scalability are required and if we have represented the data in JSON format. Column store can be used for semi structured data which requires high performance and scalability. Redis is anin-memory store and performs exceptionally fast in the case of single shard operation. Graph databases can be used when it comes to highly interconnected data and continuously evolving data models. The comparison between MongoDB, Cassandra, Redis and Neo4j concluded that all of them follow horizontal scaling and are schema free. Except Neo4j, others don't have complete ACID properties. Write and delete operations are fast for databases MongoDB, Redis and Cassandra, whereas read operation is comparatively slow in Cassandra. In case of Neo4j, REST performance is similar to MongoDB, whereas embedded is comparatively slow. We also discuss how these databases work in a distributed environment.
机译:当前的研究探索并区分了NoSQL数据库存在的各种形式。它研究了NoSQL的需求以及它们如何成为关系数据库的重要替代方案。 NoSQL数据库可以分为四个主要类别,分别是:键值存储,图形数据库,宽列存储和文档存储。根据功能特征和非功能特征对这些类别进行比较。非功能性功能包括性能,可伸缩性,灵活性,结构和复杂性。功能功能包括反规范化,连接,原子性,聚合和密钥。然后进行进一步分析,从这些类别的每个类别中选择一个数据库,即MongoDB(文档存储),Cassandra(宽列存储),Redis(键值存储)和Neo4j(图形数据库)。比较所选数据库的数据模型,CAP定理,分布特性和其他因素。通过对非功能性特征进行比较,发现如果需要高性能,灵活性和可伸缩性,并且我们已经以JSON格式表示数据,则可以使用文档存储。列存储可用于需要高性能和可伸缩性的半结构化数据。 Redis是一个内存存储,在单分片操作的情况下执行速度非常快。当涉及高度互连的数据和不断发展的数据模型时,可以使用图形数据库。 MongoDB,Cassandra,Redis和Neo4j之间的比较得出的结论是,它们都遵循水平扩展并且没有模式。除了Neo4j,其他的都不具有完整的ACID属性。对于数据库MongoDB,Redis和Cassandra,写和删除操作速度很快,而在Cassandra中,读和写操作速度相对较慢。对于Neo4j,REST性能与MongoDB相似,而嵌入式则相对较慢。我们还将讨论这些数据库如何在分布式环境中工作。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号