DELA ROSA - Five Database

You might also like

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

Dela Rosa Rostel B.

Event Driven Programming

It501A

5 Different Databases

 Oracle - Oracle Cloud is designed for workloads with high-performance storage, workload
streaming, and big data Hyperscale. You will switch to the Cloud with ease. In order to manage
the Oracle cloud in your data center, it offers services depending on how you choose to work.
 MongoDB - Completely automated provision of scale and simple management of complex,
highly accessible, multi-node clusters with API calls. This tool enables you to create clusters that
are globally distributed. Simple data restoration when required. It includes visualization,
tracking, and alerting on more than 80 indicators that track the health of the cluster or interact
with monitoring solutions from third parties.
 IBM DB2 Database - DB2 is IBM's database product. It is a framework for relational database
administration (RDBMS). The DB2 is designed to easily store, evaluate, and retrieve data.
Supporting object-oriented functionality and non-relational constructs with XML, the DB2
product is extended.
 MS SQL - It offers connectivity with the power of SQL Server and Spark of organized and
unstructured data. For mission-critical, intelligent systems, data centers, and data lakes, the tool
provides scalability, performance, and availability.
 MY SQL - Scalability and accessibility are supported by this open-source database tool. The tool
has capabilities in the web and data center.

Comparison

Databases Advantages Disadvantages


Oracle Optimizing complex queries For startups and smaller firms,
efficiently. the price strategy is not
For seamless integration with feasible.
different platforms, dynamic Applications from clients get
support is provided to assist the plugged-in automatically.
development of applications The layout looks a little
with distinct technologies. outdated.
When dealing with important
stored processes, it consumes a
lot of resources and lags.
MongoDB Sophisticated data modeling is Also, when well-indexed,
enabled by the BSON-based MongoDB will start struggling
document storage models. with very broad datasets.
Flexible MongoDB selection As contrasted with a SQL-based
schemes allow polymorphic database, complex aggregation
records and simple migrations queries can be tricky in
to be processed. MongoDB.
IMB DB2 Due to automatic storage and Non-developers can feel that
use of tablespace, data too many nuances are involved
segregation is easier through in the practical features of the
easy partitioning. DBMS.
With multiple platforms, For prompt help, you need to
workloads, and languages, it get paid IBM support.
can be deployed easily and The data download is too big
integrated. and contains a lot of bloatware.
Extremely stable and with poor
maintenance required.
MS SQL Offers better capacity for data After you restart or refresh the
recovery. software, queries do not
People without a programming respond.
background can learn its basic Over-dependency on plugins
characteristics quickly. from third parties.
The Linux OS makes the
operation of data more
complex.
MY SQL Easier from the beginning to set Execution of long queries often
up a brand-new database takes longer than the estimated
server. calculated time.
Ability to generate several With a selective schema, data
tables, layouts, and display data retention is burdensome.
without syntax

Arrangement

1. MS SQL
2. IBM DB2
3. MY SQL
4. ORACLE
5. MongoDB

For me, MS SQL is the top 1, it is easier to set-up a new database and you can create a table layout
without using syntax. Also, you can view or display data easily without using the syntax itself. The next
one is the IBM DB2, I am still learning in this database, actually as of now I’m studying it, it’s syntax and
structure is easy to understand, like the MS SQL, it is easy to use and implement. The third one is the MY
SQL, like the MS SQL and IBM DB2, it is easy to use, people who had no programming skills can learn this
quickly, it also offers better capacity for data recovery. Due to the popularity, I will recommend ORACLE,
it is useful but a little bit pricey in terms of availability, big company and organizations use this as their
database. And the last one is the MongoDB, if you are familiar with MS SQL and MY SQL, this is not for
you, the syntax is a little bit confusing, I think it will struggle in the big datasets, the database itself is a
little bit tricky.

You might also like