1.mysql: Aim: To Study The Top 10 Databases Management Systems
1.mysql: Aim: To Study The Top 10 Databases Management Systems
1.MySQL
In 1995, two Software Engineers, Michael Widenius and David
Axmark, created the Open Source Relational Database Management
System (RDBMS) MySQL.
5 Key Features
2.Oracle
Proprietory RDBMS.
3.PostgreSQL
5 Key Features
5 Key Features
5.MongoDB
There are many use cases when we need to save Semi-Structured data (e.g.,
JSON, XML) in the database. Furthermore, loading and accessing data
using Object Oriented programming languages into RDBMS need additional
application-level mapping (Object-Relational Impedance Mismatch).
5 Key Features
MongoDB Inc. also offers a full-text search engine (Atlas Search) and
data lake (Atlas Data Lake) built on MongoDB.
6.Redis
5 Key Features
5 Key Features
Offer REST API and supports structured and schemaless data (JSON).
As a result, it is especially suited to analyze Logging or Monitoring data.
8.Cassandra
5 Key Features
Offers linear horizontal scaling and one of the most scalable databases
with automatic sharding. In terms of CAP, it is AP (Available and
Partition Tolerant).
9.MariaDB
When Oracle acquired Sun Microsystems, the future of MySQL was unclear
as Sun Microsystems owned it. The co-creator of MySQL, Michael
Widenius, forked the MySQL and created MariaDB. MariaDB is a
Relational Database Management System and compatible with MySQL
protocol and MySQL clients.
5 Key Features
Open source RDBMS with GPL v2 license. It has two licensing models:
free Community Server and commercial Enterprise Server.
10.IBM Db2
5 Key Features
Db2 is a proprietory RDBMS with an ACID transactional guarantee. It
has different licenses: Community (free), Standard, and Advanced
(commercial).