Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

THE TOP 5

DATABASE
SYSTEMS Oracle
Launching in 1979 Oracle was one of
MySQL
An open-source RDBMS, MySQL
the first commercially available rela- powers hundreds of thousands of
tional database management systems commercia websites and is also used
(RDBMS). The company is constantly as the backend for a large number of
innovating and has recently shifted it's internal enterprise applications.
focus to Cloud-First. The only draw- MySQL became part of the Oracle
back is that the system is complex empire in 2009 and since then sup-
and doesn't have an active communi- port from users and developers has
ty making it hard to learn. declined even though it's still
open-source.

Microsoft PostgreSQL MongoDB


SQL Server Another open-source RDBMS, Post- MongoDB is not an RDBMS - this is a
A popular choice for enterprises, greSQL (or simply Postgres) is becom- non-relational database. Instead of
especially for those that have already ing extremely popular, especially storing data in tables, it stores data as
opted to use Microsoft products. SQL among early-stage startups. Why? JSON documents which can be faster
Server is very easy to use and it's very Because it's free, it's features are as and more versatile depending on the
quick to learn. The reason is Microsoft good as Oracle's, and there is a huge use case. Lots of companies are
has created a huge user community community of users backing this tool switching from RDBMS to non-rela-
with even their own experts chiming and providing support. Postgres has a tional databases and MongoDB is a
on forums all over the internet to help very, very bright future. popular choice.
out if you ever get stuck.

You might also like