📌  相关文章
📜  Amazon Aurora和Amazon Redshift之间的区别

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

1. Amazon Aurora:
它是来自Amazon Web Services的完全托管的关系数据库引擎,与MySQL和PostgreSQL兼容。它比标准MySQL数据库快大约五倍,比标准PostgreSQL数据库快三倍。 Aurora的功能具有分布式容错和自愈存储系统。

2. Amazon Redshift:
Amazon Redshift是一种有效的解决方案,用于收集和存储您的所有数据,并使您能够对其进行分析。它是与商业智能工具一起使用的大规模数据仓库服务。 Amazon Redshift的功能–快速,简单,经济高效的数据仓库服务。它构成了更大的云计算平台Amazon Web Services的一部分。

Amazon Aurora和Amazon Redshift之间的区别:

S.NO. Amazon Aurora Amazon Redshift
1. Developed By Amazon in 2015. Developed By Amazon in 2012.
2. It is MySQL and PostgreSQL compatible cloud service by Amazon. It is large scale data warehouse service for use with business intelligence tools.
3. It supports secondary indexes. It supports restricted secondary indexes.
4. It supports XML Format. It does not support XML Format.
5. Its Primary database model is Relational DBMS. Its primary database model is Relational DBMS.
6. It supports Server-side scripting. It supports user-defined functions for Server-side scripting in python.
7. The partitioning can be done with horizontal partitioning. It supports partitioning methods with Sharding.
8. It supports SQL query language. It does not fully support SQL-standard.
9. It supports only one replication method – Master-slave replication. It also supports replication methods.