Recommended
PPTX
UNIT I Introduction to NoSQL.pptx
PPTX
introduction to NOSQL Database
PDF
NoSql and it's introduction features-Unit-1.pdf
PPTX
BigData, NoSQL & ElasticSearch
PPTX
No SQL Database ,CAP theorem, Base Vs ACID property
PPTX
NoSQL in Big Data Analytics Tools .pptx
PPTX
UNIT I Introduction to NoSQL.pptx
PPTX
PPTX
Introduction to Data Science NoSQL.pptx
PDF
PPTX
cours database pour etudiant NoSQL (1).pptx
PPTX
Lecture 6 - NoSQL_not_only_structure.pptx
PPTX
PPTX
Presentation on NOSQL and mongodb .pptx
PPTX
Lecture 1-Introduction of NoSQL in DBMS.pptx
PDF
PPTX
PPTX
PPTX
Big data technology unit 3
PDF
PDF
DBMS - Unit 5 5667bhsjjwjwj66(NoSQL) PPT.pdf
PPTX
NOSQL PRESENTATION ON INTRRODUCTION Intro.pptx
PPTX
PDF
1. Lecture1_NOSQL_Introduction.pdf
PDF
the rising no sql technology
PPTX
PPTX
PPTX
PPTX
NoSQL_Database_Lectupppppppppppppppre.pptx
PDF
20-NoSQLMongoDbiig data analytics hB.pdf
More Related Content
PPTX
UNIT I Introduction to NoSQL.pptx
PPTX
introduction to NOSQL Database
PDF
NoSql and it's introduction features-Unit-1.pdf
PPTX
BigData, NoSQL & ElasticSearch
PPTX
No SQL Database ,CAP theorem, Base Vs ACID property
PPTX
NoSQL in Big Data Analytics Tools .pptx
PPTX
UNIT I Introduction to NoSQL.pptx
PPTX
Similar to NoSQL_Database_Lecture.pptx. Yhgghhhhhhvvh
PPTX
Introduction to Data Science NoSQL.pptx
PDF
PPTX
cours database pour etudiant NoSQL (1).pptx
PPTX
Lecture 6 - NoSQL_not_only_structure.pptx
PPTX
PPTX
Presentation on NOSQL and mongodb .pptx
PPTX
Lecture 1-Introduction of NoSQL in DBMS.pptx
PDF
PPTX
PPTX
PPTX
Big data technology unit 3
PDF
PDF
DBMS - Unit 5 5667bhsjjwjwj66(NoSQL) PPT.pdf
PPTX
NOSQL PRESENTATION ON INTRRODUCTION Intro.pptx
PPTX
PDF
1. Lecture1_NOSQL_Introduction.pdf
PDF
the rising no sql technology
PPTX
PPTX
PPTX
More from ssuser2d043c
PPTX
NoSQL_Database_Lectupppppppppppppppre.pptx
PDF
20-NoSQLMongoDbiig data analytics hB.pdf
PPTX
Chapter24.pptxvvdghggh.fgfffgvvvvvgggggg
PPTX
Manual_vs_Automated_Testing.pptxbgddgffghf
PPTX
2.SDLC . (1).pptxyuyhhgfbhsdfgsrsgwtrgtrgt
PPT
ch1_introduction.pptgtsytrsytryhtrhgrreqreedwds
PPT
M04_DesignPatterns software engineering.ppt
PDF
Introduction to Data Science 5-13 (1).pdf
PDF
cocomo-220726173706-141e0dsdsd8f0 (1).pdf
PPTX
System engineering is related to software engineering
PPTX
PPT_OOSE software engineering data .pptx
PDF
PDF
hdfs readrmation ghghg bigdats analytics info.pdf
PDF
PPT
sfdgdfgfgfdgvsdfdsfedrfewsfdsfsfterfdcm.ppt
PPTX
Fundamentdwqewals_of_computerComputer.pptx
PPT
PPT
ch11lect1.pptghjgjhjkkljkkkjkjkjljkjhytytgh
PDF
data science introduction sGDADGSAsghja.pdf
PDF
pointer in c through addressing modes esntial in c
Recently uploaded
PDF
Buy Twitter Accounts and Platforms account in 2026.,..pdf
PDF
When Paychecks Stop: Are We Financially Ready
PDF
J Hamilton - Pensions Playpen 16.12.2025 (1).pdf
PPTX
Smart Solutions for Work with Flexible iPad Rental
PPTX
DeFi Passive Income: From definitions to practical examples
PDF
Step-by-Step Guide to Buying LinkedIn Accounts in 2026.pdf
PDF
How to Buy a USA Facebook Accounts Safely.pdf
PDF
The Easiest Way to Buy Snapchat Accounts (1).pdf
PDF
How to Buy Twitter Accounts in 2026 .pdf
PDF
How to Buy Snapchat Account A Step-by-Step Guide..pdf
PDF
Where to Buy Verified Chime Accounts for Quick ....pdf
PDF
Where to Buy Verified Cash App Accounts for Long-term ... (1).pdf
PDF
How to Buy Instagram Accounts in 2026.pdf
PDF
Co-operative and Mutual Economy 2025.pdf
PDF
Chris Elwell Woburn - A Seasoned IT Executive
PDF
ASD SCO Introduction December 2025 (1).pdf
PDF
Olga Grom: Presale та комерційні моделі (UA)
PDF
Dubai Multi Commodities Centre (DMCC) – Supplier Code of Conduct Policy
PDF
J Hamilton - Pensions UK V1 27.11.2025 (1).pdf
PDF
Pengelolaan SDM Terintegrasi Berbasis Manajemen Risiko 2025
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