Recommended
PPTX
introduction to NOSQL Database
PPTX
NoSQL in Big Data Analytics Tools .pptx
PDF
NoSql and it's introduction features-Unit-1.pdf
PPTX
UNIT I Introduction to NoSQL.pptx
PPTX
No SQL Database ,CAP theorem, Base Vs ACID property
PPTX
BigData, NoSQL & ElasticSearch
PPTX
PPTX
UNIT I Introduction to NoSQL.pptx
PPTX
PPTX
NOSQL PRESENTATION ON INTRRODUCTION Intro.pptx
PPTX
Introduction to Data Science NoSQL.pptx
PDF
PPTX
PPTX
PDF
PDF
1. Lecture1_NOSQL_Introduction.pdf
PPTX
cours database pour etudiant NoSQL (1).pptx
PPTX
Big data technology unit 3
PPTX
PPTX
PDF
DBMS - Unit 5 5667bhsjjwjwj66(NoSQL) PPT.pdf
PDF
the rising no sql technology
PPTX
PPTX
Presentation on NOSQL and mongodb .pptx
PPTX
PPTX
Lecture 6 - NoSQL_not_only_structure.pptx
PDF
PPTX
Lecture 1-Introduction of NoSQL in DBMS.pptx
PPTX
Chapter24.pptxvvdghggh.fgfffgvvvvvgggggg
PPTX
NoSQL_Database_Lectupppppppppppppppre.pptx
More Related Content
PPTX
introduction to NOSQL Database
PPTX
NoSQL in Big Data Analytics Tools .pptx
PDF
NoSql and it's introduction features-Unit-1.pdf
PPTX
UNIT I Introduction to NoSQL.pptx
PPTX
No SQL Database ,CAP theorem, Base Vs ACID property
PPTX
BigData, NoSQL & ElasticSearch
PPTX
PPTX
UNIT I Introduction to NoSQL.pptx
Similar to NoSQL_Database_Lecture.pptx. Yhgghhhhhhvvh
PPTX
PPTX
NOSQL PRESENTATION ON INTRRODUCTION Intro.pptx
PPTX
Introduction to Data Science NoSQL.pptx
PDF
PPTX
PPTX
PDF
PDF
1. Lecture1_NOSQL_Introduction.pdf
PPTX
cours database pour etudiant NoSQL (1).pptx
PPTX
Big data technology unit 3
PPTX
PPTX
PDF
DBMS - Unit 5 5667bhsjjwjwj66(NoSQL) PPT.pdf
PDF
the rising no sql technology
PPTX
PPTX
Presentation on NOSQL and mongodb .pptx
PPTX
PPTX
Lecture 6 - NoSQL_not_only_structure.pptx
PDF
PPTX
Lecture 1-Introduction of NoSQL in DBMS.pptx
More from ssuser2d043c
PPTX
Chapter24.pptxvvdghggh.fgfffgvvvvvgggggg
PPTX
NoSQL_Database_Lectupppppppppppppppre.pptx
PDF
20-NoSQLMongoDbiig data analytics hB.pdf
PPTX
PPT_OOSE software engineering data .pptx
PPT
M04_DesignPatterns software engineering.ppt
PDF
Introduction to Data Science 5-13 (1).pdf
PPTX
Manual_vs_Automated_Testing.pptxbgddgffghf
PPTX
2.SDLC . (1).pptxyuyhhgfbhsdfgsrsgwtrgtrgt
PPT
ch1_introduction.pptgtsytrsytryhtrhgrreqreedwds
PDF
data science introduction sGDADGSAsghja.pdf
PPTX
Fundamentdwqewals_of_computerComputer.pptx
PDF
hdfs readrmation ghghg bigdats analytics info.pdf
PPT
sfdgdfgfgfdgvsdfdsfedrfewsfdsfsfterfdcm.ppt
PPT
ch11lect1.pptghjgjhjkkljkkkjkjkjljkjhytytgh
PDF
cocomo-220726173706-141e0dsdsd8f0 (1).pdf
PDF
pointer in c through addressing modes esntial in c
PPTX
System engineering is related to software engineering
PDF
PPT
PDF
Recently uploaded
PDF
How to Buy Twitter Accounts in 2026 (1).pdf
PPTX
CMMI Consulting & Implementation Services.pptx
PDF
ActARion - The Future of Work with AI and Augmented Reality
PDF
Juniper Research's Top 10 Trends for Fintech in 2026
PDF
Mobile and Online Banking_ Open an Account Today.pdf
PDF
Step-by-Step Guide to Buying LinkedIn Accounts in 2026.pdf
PDF
Finovate report on the outlook for Fintechin 2026
PDF
How to Buy Instagram accounts for professional brand ... (1).pdf
PDF
What You in 2026 Buy Twitter Accounts_.pdf
PDF
How to Buy Twitter Accounts in 2026 .pdf
PDF
ASD SCO Introduction December 2025 (1).pdf
PDF
Buy Twitter Accounts — An Educational Overview.pdf
PDF
The Easiest Way to Buy Snapchat Accounts (1).pdf
PDF
Top 10 Websites to Buy Facebook Accounts Tone.pdf
PDF
How to Buy a USA Facebook Accounts Safely.pdf
PDF
Buy Twitter Accounts and Platforms account in 2026.,..pdf
PDF
how to Buy linkedin Accounts in 2026 .pdf
PDF
growth-approach-pm-letter-december-2025 (1).pdf
PDF
Co-operative and Mutual Economy 2025.pdf
DOCX
How to Buy Verified Wise Accounts .docx
NoSQL_Database_Lecture.pptx. Yhgghhhhhhvvh 1. 2. Introduction
• • NoSQL = Not Only SQL
• • Non-relational databases for large,
distributed data
• • Handles structured, semi-structured, and
unstructured data
• • Provides flexibility, scalability, and high
performance
3. Why NoSQL?
• • Explosion of Big Data (IoT, Social Media, E-
commerce)
• • Need for horizontal scalability
• • Real-time and high-velocity data processing
• • Schema flexibility for evolving applications
4. Key Characteristics
• • Schema-less / Flexible Schema
• • Horizontal Scalability
• • High Performance
• • Polyglot Persistence
• • CAP Theorem: Consistency, Availability,
Partition Tolerance
5. CAP Theorem
• • Consistency: All nodes have the same data
• • Availability: Every request gets a response
• • Partition Tolerance: System works despite
failures
• ⚠️Cannot achieve all 3 simultaneously
• Examples:
• - Cassandra: AP
• - MongoDB: CP
6. Types of NoSQL Databases
• 1. Key-Value Stores (Redis, DynamoDB)
• 2. Document Stores (MongoDB, CouchDB)
• 3. Column-Family Stores (Cassandra, HBase)
• 4. Graph Databases (Neo4j, Amazon Neptune)
7. SQL vs NoSQL
• SQL (RDBMS):
• • Fixed Schema
• • Vertical Scaling
• • ACID Transactions
• • Examples: MySQL, Oracle
• NoSQL:
• • Flexible Schema
• • Horizontal Scaling
8. Advantages & Disadvantages
• ✅ Advantages:
• • Scalability, Performance, Flexibility
• • Real-time Big Data processing
• • Cost-effective with commodity hardware
• ❌ Disadvantages:
• • Lack of standardization
• • Eventual consistency
• • Limited ACID support
9. Real-World Use Cases
• • MongoDB → E-commerce catalogs, content
management
• • Redis → Caching, session storage,
leaderboard
• • Cassandra → IoT data, time-series analytics
• • Neo4j → Social networks, fraud detection,
recommendation engines
10. Future Trends
• • Multi-model databases (document + graph +
key-value)
• • Stronger ACID support
• • Cloud-native & serverless NoSQL systems
• • Integration with AI/ML pipelines for real-
time analytics