NoSQL Gnosis 61211
NoSQL Gnosis 61211
1:30 hours ~
Horizontal Scaling
Replicated Slaves
Consistency of CAP theorem states that all the protocols must be satisfied by the transaction. There can
be half-completed transactions.
False
Graph
NoSQL is a flexible database management system that provides a way to store _____________.
Both Options
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
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 must not be used when there are __________.
Scalling Up
_________ databases are used to store Session information, User profile, preferences, and shopping cart
data.
Distributing the database provides us an option of using cheaper servers called __________.
Comodity Servers