Tag: Database

When to use DynamoDB and when not to

DynamoDB is a fully managed NoSQL database service provided by Amazon Web Services (AWS). It is designed to deliver high-performance, scalable, and reliable database solutions for applications that require low-latency…

Amazon RDS vs Amazon Aurora

Amazon RDS (Relational Database Service) and Amazon Aurora are both managed database services provided by Amazon Web Services (AWS) that allow you to run a relational database in the cloud…

Quick Introduction to Hive

Hive is an SQL language that processes and analyzes data in Hadoop. It does not require knowledge of any programming language. Hive is not suitable for OLTP, it is designed…