SlideShare a Scribd company logo
1 of 12
Types of NOSQL Databases
NO SQL DATABASES
• NoSQL databases, also known as "Not Only SQL" databases, are a
diverse group of database management systems that provide
alternatives to traditional relational databases (SQL databases).
• These databases are designed to handle large volumes of
unstructured or semi-structured data and can be more suitable for
certain types of applications and use cases.
Main types of NoSQL databases
• Document Stores
• Key value Stores
• Column family stores
• Graph Databases
• Time series Databases
• Object stores
• NewSQL Databases (Blurring the Line):
Document Stores
• Examples: MongoDB, Couchbase, CouchDB
• Store data in JSON-like documents, which can vary in structure within
the same collection.
• Suitable for applications with semi-structured or hierarchical data.
Key value Stores
• Examples: Redis, Amazon DynamoDB, Riak
• Store data as key-value pairs, where the key is a unique identifier for
the data.
• Efficient for high-speed data retrieval by key.
Column-Family Stores (Wide-Column Stores)
• Examples: Apache Cassandra, HBase
• Store data in column families, which are column groups associated
with a row key.
• Well-suited for high-write, low-latency applications and analytical
workloads.
Graph Databases
• Examples: Neo4j, Amazon Neptune, ArangoDB
• Designed for managing and querying data represented as graphs,
consisting of nodes and edges.
• Excellent for applications involving complex relationships and network
structures.
Time Series Databases:
• Examples: InfluxDB, TimescaleDB, OpenTSDB
• Optimized for handling time-stamped data, such as sensor data, logs,
and IoT data.
• Offer specialized functions for time-based data aggregation and
analysis.
Object Stores:
• Examples: Riak, Amazon S3
• Store objects, often binary data like images and videos, with a unique
identifier.
• Commonly used for storing and retrieving unstructured data.
NewSQL Databases (Blurring the Line):
• Examples: CockroachDB, NuoDB
• While not strictly NoSQL, these databases aim to combine the
benefits of traditional SQL databases with the scalability and flexibility
of NoSQL databases.
Conclusion
• It's important to note that the field of database technology is rapidly
evolving, and new types of databases may have emerged since my
last update.
• When choosing a database for your specific use case, consider
factors such as data model, scalability requirements, consistency
needs, and ease of development and maintenance.
Author
We Coddle Technologies - A Leading Software Development Company
in India serving clients globally. We are ISO Certified and CMMI Level III
Organisation with 150+ eminent In-house developers specialised in
building creative, attractive, and efficient solutions from scratch.
Author link : https://www.coddletech.com/

More Related Content

Similar to TYPES OF NO SQL DATABASES.pptx

Presentation On NoSQL Databases
Presentation On NoSQL DatabasesPresentation On NoSQL Databases
Presentation On NoSQL DatabasesAbiral Gautam
 
Unit II -BIG DATA ANALYTICS.docx
Unit II -BIG DATA ANALYTICS.docxUnit II -BIG DATA ANALYTICS.docx
Unit II -BIG DATA ANALYTICS.docxvvpadhu
 
Nosql databases for the .net developer
Nosql databases for the .net developerNosql databases for the .net developer
Nosql databases for the .net developerJesus Rodriguez
 
UNIT I Introduction to NoSQL.pptx
UNIT I Introduction to NoSQL.pptxUNIT I Introduction to NoSQL.pptx
UNIT I Introduction to NoSQL.pptxRahul Borate
 
Non relational databases-no sql
Non relational databases-no sqlNon relational databases-no sql
Non relational databases-no sqlRam kumar
 
UNIT I Introduction to NoSQL.pptx
UNIT I Introduction to NoSQL.pptxUNIT I Introduction to NoSQL.pptx
UNIT I Introduction to NoSQL.pptxRahul Borate
 
Oracle Week 2016 - Modern Data Architecture
Oracle Week 2016 - Modern Data ArchitectureOracle Week 2016 - Modern Data Architecture
Oracle Week 2016 - Modern Data ArchitectureArthur Gimpel
 
SQL, NoSQL, Distributed SQL: Choose your DataStore carefully
SQL, NoSQL, Distributed SQL: Choose your DataStore carefullySQL, NoSQL, Distributed SQL: Choose your DataStore carefully
SQL, NoSQL, Distributed SQL: Choose your DataStore carefullyMd Kamaruzzaman
 
Comparative study of modern databases
Comparative study of modern databasesComparative study of modern databases
Comparative study of modern databasesAnirban Konar
 
introduction to NOSQL Database
introduction to NOSQL Databaseintroduction to NOSQL Database
introduction to NOSQL Databasenehabsairam
 
Assignment_4
Assignment_4Assignment_4
Assignment_4Kirti J
 
Sql vs NO-SQL database differences explained
Sql vs NO-SQL database differences explainedSql vs NO-SQL database differences explained
Sql vs NO-SQL database differences explainedSatya Pal
 

Similar to TYPES OF NO SQL DATABASES.pptx (20)

Presentation On NoSQL Databases
Presentation On NoSQL DatabasesPresentation On NoSQL Databases
Presentation On NoSQL Databases
 
Unit II -BIG DATA ANALYTICS.docx
Unit II -BIG DATA ANALYTICS.docxUnit II -BIG DATA ANALYTICS.docx
Unit II -BIG DATA ANALYTICS.docx
 
Nosql databases for the .net developer
Nosql databases for the .net developerNosql databases for the .net developer
Nosql databases for the .net developer
 
unit2-ppt1.pptx
unit2-ppt1.pptxunit2-ppt1.pptx
unit2-ppt1.pptx
 
UNIT I Introduction to NoSQL.pptx
UNIT I Introduction to NoSQL.pptxUNIT I Introduction to NoSQL.pptx
UNIT I Introduction to NoSQL.pptx
 
Non relational databases-no sql
Non relational databases-no sqlNon relational databases-no sql
Non relational databases-no sql
 
NoSql
NoSqlNoSql
NoSql
 
NoSQL.pptx
NoSQL.pptxNoSQL.pptx
NoSQL.pptx
 
UNIT I Introduction to NoSQL.pptx
UNIT I Introduction to NoSQL.pptxUNIT I Introduction to NoSQL.pptx
UNIT I Introduction to NoSQL.pptx
 
Oracle Week 2016 - Modern Data Architecture
Oracle Week 2016 - Modern Data ArchitectureOracle Week 2016 - Modern Data Architecture
Oracle Week 2016 - Modern Data Architecture
 
NoSQL and MongoDB
NoSQL and MongoDBNoSQL and MongoDB
NoSQL and MongoDB
 
Database Technologies
Database TechnologiesDatabase Technologies
Database Technologies
 
SQL, NoSQL, Distributed SQL: Choose your DataStore carefully
SQL, NoSQL, Distributed SQL: Choose your DataStore carefullySQL, NoSQL, Distributed SQL: Choose your DataStore carefully
SQL, NoSQL, Distributed SQL: Choose your DataStore carefully
 
No sql
No sqlNo sql
No sql
 
Comparative study of modern databases
Comparative study of modern databasesComparative study of modern databases
Comparative study of modern databases
 
introduction to NOSQL Database
introduction to NOSQL Databaseintroduction to NOSQL Database
introduction to NOSQL Database
 
Assignment_4
Assignment_4Assignment_4
Assignment_4
 
Sql vs NO-SQL database differences explained
Sql vs NO-SQL database differences explainedSql vs NO-SQL database differences explained
Sql vs NO-SQL database differences explained
 
dbms introduction.pptx
dbms introduction.pptxdbms introduction.pptx
dbms introduction.pptx
 
Couchbase
CouchbaseCouchbase
Couchbase
 

More from MarkThomas316888

Top 5 Backend Development Frameworks 2024.pptx
Top 5 Backend Development Frameworks 2024.pptxTop 5 Backend Development Frameworks 2024.pptx
Top 5 Backend Development Frameworks 2024.pptxMarkThomas316888
 
Top Use cases of Native App Development.pptx
Top Use cases of Native App Development.pptxTop Use cases of Native App Development.pptx
Top Use cases of Native App Development.pptxMarkThomas316888
 
Hidden Benefits of Cross Platform App Development.pptx
Hidden Benefits of Cross Platform App Development.pptxHidden Benefits of Cross Platform App Development.pptx
Hidden Benefits of Cross Platform App Development.pptxMarkThomas316888
 
White and Blue Professional Modern Technology Pitch Deck Presentation.pptx
White and Blue Professional Modern Technology Pitch Deck Presentation.pptxWhite and Blue Professional Modern Technology Pitch Deck Presentation.pptx
White and Blue Professional Modern Technology Pitch Deck Presentation.pptxMarkThomas316888
 
Mobile App Development - Coddle 1.pptx
Mobile App Development - Coddle 1.pptxMobile App Development - Coddle 1.pptx
Mobile App Development - Coddle 1.pptxMarkThomas316888
 
Mobile App Development Lifecycle.pptx
Mobile App Development Lifecycle.pptxMobile App Development Lifecycle.pptx
Mobile App Development Lifecycle.pptxMarkThomas316888
 
Real World use cases of Blockchain Technology.pptx
Real World use cases of Blockchain Technology.pptxReal World use cases of Blockchain Technology.pptx
Real World use cases of Blockchain Technology.pptxMarkThomas316888
 
Benefits of Native Mobile app Development.pptx
Benefits of Native Mobile app Development.pptxBenefits of Native Mobile app Development.pptx
Benefits of Native Mobile app Development.pptxMarkThomas316888
 
Benefits of End to End Project Management.pptx
Benefits of End to End Project Management.pptxBenefits of End to End Project Management.pptx
Benefits of End to End Project Management.pptxMarkThomas316888
 
Artificial Intelligence influencing the Social Media Industry.pdf
Artificial Intelligence influencing the Social Media Industry.pdfArtificial Intelligence influencing the Social Media Industry.pdf
Artificial Intelligence influencing the Social Media Industry.pdfMarkThomas316888
 
MEAN Stack vs MERN Stack.pptx
MEAN Stack vs MERN Stack.pptxMEAN Stack vs MERN Stack.pptx
MEAN Stack vs MERN Stack.pptxMarkThomas316888
 
How Proof of Concept Aids Software Development.pdf
How Proof of Concept Aids Software Development.pdfHow Proof of Concept Aids Software Development.pdf
How Proof of Concept Aids Software Development.pdfMarkThomas316888
 
Process of Custom software development .pdf
Process of Custom software development .pdfProcess of Custom software development .pdf
Process of Custom software development .pdfMarkThomas316888
 
Custom software development.pdf
Custom software development.pdfCustom software development.pdf
Custom software development.pdfMarkThomas316888
 
How to Build a SaaS Product.pptx
How to Build a SaaS Product.pptxHow to Build a SaaS Product.pptx
How to Build a SaaS Product.pptxMarkThomas316888
 
Game Development Trends 2023.pptx
Game Development Trends 2023.pptxGame Development Trends 2023.pptx
Game Development Trends 2023.pptxMarkThomas316888
 
Flutter App development .pdf
Flutter App development .pdfFlutter App development .pdf
Flutter App development .pdfMarkThomas316888
 
Importance of Artificial Intelligence.pdf
Importance of Artificial Intelligence.pdfImportance of Artificial Intelligence.pdf
Importance of Artificial Intelligence.pdfMarkThomas316888
 

More from MarkThomas316888 (18)

Top 5 Backend Development Frameworks 2024.pptx
Top 5 Backend Development Frameworks 2024.pptxTop 5 Backend Development Frameworks 2024.pptx
Top 5 Backend Development Frameworks 2024.pptx
 
Top Use cases of Native App Development.pptx
Top Use cases of Native App Development.pptxTop Use cases of Native App Development.pptx
Top Use cases of Native App Development.pptx
 
Hidden Benefits of Cross Platform App Development.pptx
Hidden Benefits of Cross Platform App Development.pptxHidden Benefits of Cross Platform App Development.pptx
Hidden Benefits of Cross Platform App Development.pptx
 
White and Blue Professional Modern Technology Pitch Deck Presentation.pptx
White and Blue Professional Modern Technology Pitch Deck Presentation.pptxWhite and Blue Professional Modern Technology Pitch Deck Presentation.pptx
White and Blue Professional Modern Technology Pitch Deck Presentation.pptx
 
Mobile App Development - Coddle 1.pptx
Mobile App Development - Coddle 1.pptxMobile App Development - Coddle 1.pptx
Mobile App Development - Coddle 1.pptx
 
Mobile App Development Lifecycle.pptx
Mobile App Development Lifecycle.pptxMobile App Development Lifecycle.pptx
Mobile App Development Lifecycle.pptx
 
Real World use cases of Blockchain Technology.pptx
Real World use cases of Blockchain Technology.pptxReal World use cases of Blockchain Technology.pptx
Real World use cases of Blockchain Technology.pptx
 
Benefits of Native Mobile app Development.pptx
Benefits of Native Mobile app Development.pptxBenefits of Native Mobile app Development.pptx
Benefits of Native Mobile app Development.pptx
 
Benefits of End to End Project Management.pptx
Benefits of End to End Project Management.pptxBenefits of End to End Project Management.pptx
Benefits of End to End Project Management.pptx
 
Artificial Intelligence influencing the Social Media Industry.pdf
Artificial Intelligence influencing the Social Media Industry.pdfArtificial Intelligence influencing the Social Media Industry.pdf
Artificial Intelligence influencing the Social Media Industry.pdf
 
MEAN Stack vs MERN Stack.pptx
MEAN Stack vs MERN Stack.pptxMEAN Stack vs MERN Stack.pptx
MEAN Stack vs MERN Stack.pptx
 
How Proof of Concept Aids Software Development.pdf
How Proof of Concept Aids Software Development.pdfHow Proof of Concept Aids Software Development.pdf
How Proof of Concept Aids Software Development.pdf
 
Process of Custom software development .pdf
Process of Custom software development .pdfProcess of Custom software development .pdf
Process of Custom software development .pdf
 
Custom software development.pdf
Custom software development.pdfCustom software development.pdf
Custom software development.pdf
 
How to Build a SaaS Product.pptx
How to Build a SaaS Product.pptxHow to Build a SaaS Product.pptx
How to Build a SaaS Product.pptx
 
Game Development Trends 2023.pptx
Game Development Trends 2023.pptxGame Development Trends 2023.pptx
Game Development Trends 2023.pptx
 
Flutter App development .pdf
Flutter App development .pdfFlutter App development .pdf
Flutter App development .pdf
 
Importance of Artificial Intelligence.pdf
Importance of Artificial Intelligence.pdfImportance of Artificial Intelligence.pdf
Importance of Artificial Intelligence.pdf
 

Recently uploaded

Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationkaushalgiri8080
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendArshad QA
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number SystemsJheuzeDellosa
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 

Recently uploaded (20)

Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanation
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and Backend
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number Systems
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 

TYPES OF NO SQL DATABASES.pptx

  • 1. Types of NOSQL Databases
  • 2. NO SQL DATABASES • NoSQL databases, also known as "Not Only SQL" databases, are a diverse group of database management systems that provide alternatives to traditional relational databases (SQL databases). • These databases are designed to handle large volumes of unstructured or semi-structured data and can be more suitable for certain types of applications and use cases.
  • 3. Main types of NoSQL databases • Document Stores • Key value Stores • Column family stores • Graph Databases • Time series Databases • Object stores • NewSQL Databases (Blurring the Line):
  • 4. Document Stores • Examples: MongoDB, Couchbase, CouchDB • Store data in JSON-like documents, which can vary in structure within the same collection. • Suitable for applications with semi-structured or hierarchical data.
  • 5. Key value Stores • Examples: Redis, Amazon DynamoDB, Riak • Store data as key-value pairs, where the key is a unique identifier for the data. • Efficient for high-speed data retrieval by key.
  • 6. Column-Family Stores (Wide-Column Stores) • Examples: Apache Cassandra, HBase • Store data in column families, which are column groups associated with a row key. • Well-suited for high-write, low-latency applications and analytical workloads.
  • 7. Graph Databases • Examples: Neo4j, Amazon Neptune, ArangoDB • Designed for managing and querying data represented as graphs, consisting of nodes and edges. • Excellent for applications involving complex relationships and network structures.
  • 8. Time Series Databases: • Examples: InfluxDB, TimescaleDB, OpenTSDB • Optimized for handling time-stamped data, such as sensor data, logs, and IoT data. • Offer specialized functions for time-based data aggregation and analysis.
  • 9. Object Stores: • Examples: Riak, Amazon S3 • Store objects, often binary data like images and videos, with a unique identifier. • Commonly used for storing and retrieving unstructured data.
  • 10. NewSQL Databases (Blurring the Line): • Examples: CockroachDB, NuoDB • While not strictly NoSQL, these databases aim to combine the benefits of traditional SQL databases with the scalability and flexibility of NoSQL databases.
  • 11. Conclusion • It's important to note that the field of database technology is rapidly evolving, and new types of databases may have emerged since my last update. • When choosing a database for your specific use case, consider factors such as data model, scalability requirements, consistency needs, and ease of development and maintenance.
  • 12. Author We Coddle Technologies - A Leading Software Development Company in India serving clients globally. We are ISO Certified and CMMI Level III Organisation with 150+ eminent In-house developers specialised in building creative, attractive, and efficient solutions from scratch. Author link : https://www.coddletech.com/