Nosql Database_report 1
Nosql Database_report 1
URN NO 2020-B-28072001
Course Name NoSQL Database
Specialization BCA-Data Science Sem-V
Academic Year 2022-2023
4. Types of NoSQL Key-Value info Key-value stores square measure the best NoSQL databases that:
● Store every single item within the info as AN attribute name (key) along side its price.
● square measure ideal for handling internet scale operations that require to scale across thousands
of different servers and many users with extraordinarily fast and optimized retrieval. Document info
supported the idea of documents, the Document database:
● Stores and retrieves varied documents in JavaScript Object Notation (JSON ), protractible Mark-up
Language (XML), BSON
● It Consists of maps, structures, and scalar price.
● It store documents within the price a part of the key-value store Column-Based info, Column-
based informationbases store data in column families as rows. These rows contain multiple columns
that square measure related to a row key. in an exceedingly Column-Based database:
● The key identifies the rows.
● the assorted rows should not have identical columns. Graph info A Graph info makes relationships
promptly on the market for any join-like execution permitting fast access of many connections. It
allows you to store information and its relationships with different information within the type of
nodes and edges. CAP Theorem (contd.) The CAP theorem states that in any distributed system
solely 2 of the 3 properties are often used simultaneously—consistency, availableness, or partition
tolerance. to regulate the info, understanding the subsequent necessities is essential: