NoSQL vs. Relational Database
The following table lists the points that differentiate a relational database from a NoSQL database.
Relational Database:
1. Relational Database DatabaseSupports powerful query language.
2. It has a fixed schema.
3. Follows ACID (Atomicity, Consistency, Isolation, and Durability).
4. Supports transactions.
NoSql:
1. Supports very simple query language.
2. No fixed schema.
3. It is only “eventually consistent”.
4. Does not support transactions.
No comments:
Post a Comment