📌  相关文章
📜  阿里云 AnalyticDB for MySQL 和 Amazon Neptune 的区别

📅  最后修改于: 2021-09-10 02:33:02             🧑  作者: Mango

1. 阿里云 AnalyticDB for MySQL :
是阿里云上的在线分析处理数据库系统。它提供 PostgreSQL 和 MySQL 版本。 AnalyticDB for MySQL 是一种实时数据仓库服务,可以处理 PB 级的高并发低延迟数据。它完全兼容 MySQL 协议和 SQL:2003 语法。它是由阿里巴巴开发的。

2.亚马逊海王星:
它是 Amazon.com 为云产品构建的快速、可靠的图形数据库。它是亚马逊网络服务 (AWS) 的一部分。它于 2017 年 11 月 29 日宣布。它同时支持开源 Apache TinkerPop Gremlin 图遍历语言。它允许用户使用通过 AWS Key Management Service 创建的密钥加密数据库。

阿里云 AnalyticDB for MySQL 和 Amazon Neptune 的区别:

S.NO. Alibaba Cloud AnalyticDB for MySQL Amazon Neptune
1. It is developed By Alibaba on 2018. It is developed By Amazon on 2017.
2. It is real-time data warehousing service that can process petabytes of data with high concurrency and low latency. It is fast, reliable graph database built for the cloud product by Amazon.com
3. License of Alibaba Cloud AnalyticDB for MySQL is commercial. License of Amazon Neptune is commercial.
4. Its hosted server operating systems. Its hosted server operating systems
5. Its primary database model is Relational DBMS. Its Primary database model are Graph DBMS and RDF store.
6. It supports the Server-side scripting. It does not support the Server-side scripting.
7. It supports partitioning methods. It does not support partitioning methods.
8. It supports SQL query language. It does not support SQL query language.
9. It supports replication methods. It supports multi-availability zones high availability.
10. It provides the concept of Referential Integrity. Hence, there is Foreign Keys concept. It provides the concept of Referential Integrity. Hence, there is Foreign Keys concepts.
11. It does not offer an API for user-defined Map/Reduce methods. It does not offer an API for user-defined Map/Reduce methods.
12. Programming languages supported are C#, Java, PHP and Python. Programming languages supported are C#, Go, Java, JavaScript, PHP, Python, Ruby and Scala.