Open In App

Difference between Alibaba Cloud Table Store and Amazon Redshift

Improve
Improve
Like Article
Like
Save
Share
Report

1. Alibaba Cloud Table Store :
The Table Store is fully managed Wide Column Store for large quantities of semi-structured data with real-time access. It is NoSQL database service that uses variety of data models. Alibaba Cloud developed Tablestore and can store large amount of structured data. It is used for efficient query and data analysis.

2. Amazon Redshift :
Amazon Redshift is efficient solution to collect and store all your data and enables you to analyze it. It is large scale data warehouse service for use with business intelligence tools. Feature of Amazon Redshift – fast, simple, cost-effective data warehousing service. It forms part of larger cloud-computing platform Amazon Web Services.



Difference between Alibaba Cloud Table Store and Amazon Redshift :

S.NO. Alibaba Cloud Table Store Amazon Redshift
1. It was developed by Alibaba in 2016. It was developed by Amazon in 2012.
2. It is fully managed Wide Column Store for large quantities of semi-structured data with real-time access. It is large scale data warehouse service for use with business intelligence tools.
3. It supports Atomic single-row operations. It supports ACID property.
4. It does not support In-memory capabilities. It supports In-memory capabilities.
5. Its primary database model is Wide column store. Its primary database model is Relational DBMS.
6. It supports user-defined functions based on Server-side scripting. It supports user-defined functions for Server-side scripting in python.
7. It does not provide concept of Referential Integrity. Hence, no Foreign Keys. It provides concept of Referential Integrity. Hence, there are Foreign Keys.
8. It does not support SQL query language. It does not fully support SQL-standard.
9. The programming languages supported are Java and Python. Supported programming languages are all languages supporting JDBC/ODBC.
10. It does not support secondary indexes. It supports restricted secondary indexes.


Last Updated : 30 Jul, 2020
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads