0% found this document useful (0 votes)
930 views

NoSQL Gnosis 61211

Master-Slave and Sharding are examples of the horizontal scaling approach. Graph-based databases are used to store social network data and store entities and relationships as nodes and edges. The CAP theorem states that it is impossible for a distributed data store to simultaneously provide more than two of consistency, availability, and partition tolerance.

Uploaded by

Bruno Baudru
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
930 views

NoSQL Gnosis 61211

Master-Slave and Sharding are examples of the horizontal scaling approach. Graph-based databases are used to store social network data and store entities and relationships as nodes and edges. The CAP theorem states that it is impossible for a distributed data store to simultaneously provide more than two of consistency, availability, and partition tolerance.

Uploaded by

Bruno Baudru
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 3

NoSQL Gnosis

1:30 hours ~

Master Slave and Sharding are examples of the _________ approach.

Horizontal Scaling

In Master-Slave databases, all reads are performed against the ___________.

Replicated Slaves

Consistency of CAP theorem states that all the protocols must be satisfied by the transaction. There can
be half-completed transactions.

False

_________ based databases are stored in Social Network.

Graph

NoSQL is a flexible database management system that provides a way to store _____________.

Both Options

In document-based database, storage and retrieval is in the form of ___________.

Document

Cap theorem states that it is impossible for a distributed data store to simultaneously provide more than
_________ out of Consistency, Availability, Partition Tolerance.

Two
In the document-based database, documents are stored in the _________ part of the key-value store.

Value

Graph-based database stores entities and the relationship between them as edges and nodes of a graph,
respectively.

False

The main goal of RDBMS system is to ____________.

Normalize the data

A consistency model used in distributed computing to achievehigh availability that informally guarantees
that, if no new updates are made to a given data item, all accesses to that item will return the last
updated value eventually is __________.

Eventually Consistent Model

Eventually Consistent model must not be used when there are __________.

All the Options

Vertical scaling is called __________.

Scalling Up

MongoDB is an example of _________________.

Document Based Data Base

_________ databases are used to store Session information, User profile, preferences, and shopping cart
data.

Key Value Pair


NoSQL is classified into ________ types.

Distributing the database provides us an option of using cheaper servers called __________.

Comodity Servers

You might also like