📌  相关文章
📜  适用于PostgreSQL的阿里云AnalyticDB与Amazon Neptune之间的区别

📅  最后修改于: 2021-08-24 05:03:45             🧑  作者: Mango

1.适用于PostgreSQL的阿里云AnalyticDB:
AnalyticDB是阿里云上的在线分析处理数据库系统。它提供PostgreSQL和MySQL版本。 PostgreSQL的AnalyticDB是基于Greenplum开源数据库程序的在线大规模并行处理(MPP)数据仓库服务,并且通过阿里云的一些深入扩展得到了增强。

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

适用于PostgreSQL的阿里云AnalyticDB与Amazon Neptune之间的区别:

S.NO. Alibaba Cloud AnalyticDB for PostgreSQL Amazon Neptune
1. It is developed By Alibaba, Pivotal Software Inc. and PostgreSQL Global Development Group on 2016.  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. Its license of Alibaba Cloud AnalyticDB for PostgreSQL is commercial. Its 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 support 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 concept of Referential Integrity. Hence, there is Foreign Keys. It provides concept of Referential Integrity. Hence, there is Foreign Keys.
11. It does not offer API for user-defined Map/Reduce methods. It does not offer API for user-defined Map/Reduce methods.
12. Programming languages supported are C, Java, Perl, R and Python. Programming languages supported are C#, Go, Java, JavaScript, PHP, Python, Ruby and Scala.