Nosql: (Lesson 11)
Nosql: (Lesson 11)
Page: 1
MITS4003 [Lesson 11] Copyright © 2020 VIT, All Rights Reserved 1
Topics
• Introduction of NoSQL
• NoSQL Means
• Features of NoSQL
• Problems with conventional approaches
• Advantages of NoSQL over RDBMS
• Relational databases are great for things that fit easily into
rows and columns.
• However, some problems require a different approach. Not
everything fits well into rows and columns - for example, a
book with a tree structure of cover, parts, chapters, main
headings, and subheadings.
• Likewise, what if a particular record has a field that could
contain two or more values? Breaking this out into another
sheet or table is a bit of overkill, and makes it harder to work
with the data as a single unit.