Open In App

Relational Overview Vs Cassandra Overview

In this article, we are going to discuss Cassandra and Relational overview in which we will cover and able to learn how Cassandra differentiates the Relational overview. Let’s discuss one by one.

1. Relational Overview :
In Relational Database, you can handle and manage Small, Medium Data such that Postgres, MySQL, Oracle, etc. is fine and It also supports hundreds of concurrent users and one of the most important properties in a relational database is the ACID property which makes us feel proud.



Limitation for handling Big data

Let’s see the Master-slave architecture.




Figure – Server-Client architecture Overview

Now, you will see here Cassandra Overview.

2. Cassandra Overview :
It is NoSQL database that has a peer to peer architecture which means there is no master and there is no slave or more specifically can say it is the master-less database.


Figure – Cassandra peer to peer architecture

Solution for handling Big Data.

Note –
Cassandra is not replacing the relational database. Relational Database is also useful for Medium Scale Data and also can handle Big data as well but If users want scalability, High availability, fault-tolerant system and have big data so, you can go for Cassandra. It depends on the user requirement and data model. So choose wisely.

Article Tags :