Comparison of different DataBase Management Systems (DBMS)

COMPARISON OF DIFFERENT DBMS






DBMS

ADVANTAGE

LIMITATIONS

STORAGE CAPACITY

APPLICATION

Microsoft SQL server
  • Easy to setup
  • Handles complicated queries
  • Execution of long queries take more time.
  • It needs a new firewall protection system.
Database size upto 5,24,272 terabytes Used to store website information or blogspot information.
MySQL
  • Low cost
  • Data development process is adjustible for small and heavy application.
  • It's compatible with upto date industry's DBMS packages
  • Overdependence on third party add-ons.
  • Queries get stuck even after a refresh or restart.
Database size upto 65,536 TB Used for storing sales records in table format.
Amazon RDS
  • Has flexibility and scalable storage options.
  • Heavy workloads can be processed in a single database.
  • It can get access to MySQL , Oracle and Microsoft databases
  • Has limited autoscale options.
Database size upto 64 TiB( can be extended to 96TiB) Used in mobile and web applications.
Oracle RDBMS
  • Encompasses larger database, takes less space.
  • High data security.
  • Smooth transactional process.
  • Price range is too high.
  • Client applications are often plugged in automatically.
Database size upto 5GB Used in online transaction processing.
IBM DB2
  • Easy installation.
  • It runs queries more faster.
  • Stores large amount of data instantly.
  • Too much functional features.
Maximum size of a table per database partition = 64 TB Helps to drive customer personalisation.
Mongo DB
  • Works well in cloud.
  • We can store objects with nested data in one collection.
  • Easy to get started.
  • High data consumption.
Stores 32 TB data for each database Used in document database(i.e. Aadhar uses Mongo DB to store data).
Maria DB
  • Functions are easy to implement.
  • Stronger security.
  • Has virtual column that performs calculations at database level.
  • Not completely compatible with MySQL.
Upto 64 TB for each table Used in storage engines(i.e. Google, Mozilla).

Comments

Post a Comment

Popular posts from this blog

Finding the percentage in python - HackerRank solution

HackerRank challenges with solutions (Rearrangement, Formula, Word sorting, Numbers, Sentence)

What's your name, Tuple - HackerRank solution in python