You are on page 1of 2

Q What is NoSQL? Write on page assignment?

NOSQL Means “NOT ONLY SQL”

NOSQL is a upcoming category of a data base management systems

NOSQL is a non-relational database that scale out better

A NoSQL refers to those database that is not based to sql (structure Query
language) which is the language that is most commonly associated with relational
database

NoSQL database are growing industry and is commonly in big data and real time
web application.

NoSQL data is not relational and NOSQL databases usually do not have schema.
In the last few years the NoSQL database is getting widely adopted to solve
various business problems.

With the big data revolution web application with millions of user .it can be a
nightmare to manage data of this magnitude using RDBMS

With the scale out NoSQL uses we can simply add more storage with commodity
hardware

.NOSQL is focused to provide scalability, performance, and high Availability.

Type of NoSQL database


There are three types of NoSQL database
(1)Key value Store ( ) Tabular (3) Document Oriented
Advantage of NoSQL database
Less Management, Schema less, significantly cheaper
What is missing from NOSQL database with compared to the relational database
NO Join Support, NO Complex Transaction Support, NO Constraints Support
What is available in NOSQL?
Fast performance, Horizontal scalability

You might also like