Part A
Part A
Big data is a collection of data that is huge in volume, yet growing exponentially
with time.
It is data with so large in size and complexity with unstructured data that none
of the traditional database management tools can store it or process it efficiently
SQL NoSQL
1. SQL databases are called 1. No SQL databases, called as Non-
Relational Databases Relational (or) Distributed database
(RDBMS). 2. No SQL are document based, key value
2. They are table based data pairs graph data bases
bases. It represents data in 3. NoSQL databases have dynamic schema
form of tables which consist of for unstructured data.
ʼn number of rows and 4. NoSQL databases are horizontally
columns. scalable. They are scaled by increasing
3. SQL databases have the database servers in the pool of
Predefined scheme resource to reduce the load.
4. SQL databases are vertically 5. In NoSQL databases queries are
scalable. They are scaled by focused on collection of documents
Increasing the horse Power of sometimes it is also called as UnQL
the hardware (Unstructured Query Language). The
5. SQL databases uses syntax of using UnQL varies from
SQL(structured query database to database.
Language) for defining and
Example:MongoDB, Cassandra, Hbase,
manipulating data
Radix
Example: MySQL, Oracle