0% found this document useful (0 votes)
26 views4 pages

DBMS Arman MYSQL

Netflix uses MySQL as its database. MySQL is a popular open-source relational database known for its high performance, scalability, and ease of use. It stores data in tables, columns, and rows. Some advantages of MySQL include reduced costs as it is open source, portability across platforms, and seamless connectivity options. MySQL is used widely for web applications, e-commerce, and content management.

Uploaded by

heyimchad28
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views4 pages

DBMS Arman MYSQL

Netflix uses MySQL as its database. MySQL is a popular open-source relational database known for its high performance, scalability, and ease of use. It stores data in tables, columns, and rows. Some advantages of MySQL include reduced costs as it is open source, portability across platforms, and seamless connectivity options. MySQL is used widely for web applications, e-commerce, and content management.

Uploaded by

heyimchad28
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Company name: Netflix

Database used : MYSQL

A) Introduction :

MySQL is a popular open-source relational database system that


is widely used by software companies, including Google,
Facebook, and Twitter. It is known for its high performance,
scalability, and ease of MySQL is a database management
system, not a programming language.
In MySQL there are three main data types:
1. string
2. numeric
3. date and time.

MySQL is one of the most popular and widely used SQL


databases. It is also one of the most used databases in Web
Applications. Some of the world’s largest Web-Scale applications
(e.g., Facebook, Uber) uses MySQL.

B) MYSQL Architecture :
MySQL uses a traditional relational database architecture
that uses tables, columns, and rows to store data. It can be
scaled horizontally by using sharding techniques

c) Advantages :
MySQL is highly scalable and provides robust
performance for large datasets. It is also easy to use and
can be integrated with many programming languages.

1. Reduced Total Cost of Ownership


MySql one of the most popular open source database
management system that allows you to manage relational
database. Since MySql open source, you can use MySql free and if
you want, you can tailor its source code according to your
requirement. Most of the companies prefer MySQL because they
don't have to pay anything for this excellent product.

2. Portability
MySQL is cross platform database server. It can run on different
plateform like Linux,Solaris and Windows etc. It is good choice
for those project that target multiple platforms particularly web
application. In fact, MySQL is a part of the famous LAMP (Linux
Apache MySQL PHP) server stack which is used worldwide for
web application development. MySql support many plateform
with different languages like C, C++, PHP, PERL, JAVA, Python
etc.

3. Seamless Connectivity
There are various secure and seamless connection mechanisms
are available in order to connect with MySQL server. These
connections include named pipes, TCP/IP sockets and UNIX
Sockets.
D) Disadvantages :
1. MySQL lower version (5.0 or less) doesn't support ROLE,
COMMIT and stored procedure.
2. MySQL does not support a very large database size as
efficiently.
3. MySQL doesn't handle transactions very efficiently and it is
prone to data corruption.
4. MySQL doesn't have a good developing and debugging tool
compared to other databases.
5. MySQL doesn't support SQL check constraints.
E) Applications :
MySQL is used for a wide range of applications, including
web applications, e-commerce platforms, and content
management systems.

You might also like