Nosqlmodule 1
Nosqlmodule 1
MODULE-1
Why NOSQL
Concurrency
Integration
Collaboration
Applications
A (MOSTLY) STANDARD MODEL
way
Note:
Every RDBMS system must follow the same model or same structure or
Impedance Mismatch
HTTP
Flexibility in Exchanging the Data through HTTP REQ/RESP
XML or JSON
Application Specific Database instead of Integrated
Database
Eg: flipkart website- working as Application Specific.
ATTACK OF THE CLUSTERS
Growth in Millenium in the Name of Applications and
Databases
Y2K Problem
Social Media
Log Data
Mapping of Data
Carlo Strozzi
Open-source
Schemaless
• Columnar database
• Columnar store
The Structure of a Column Store Database
Columns store databases use a concept called a keyspace. A
keyspace is kind of like a schema in the relational model. The
keyspace contains all the column families (kind of like tables in
the relational model), which contain rows, which contain
columns.
GRAPH DATABASES
UPDATING MV