NoSQL Database Revolution
NoSQL Database Revolution
NoSQL Database Revolution
Horizontally
Horizontal scaling approach tends to be cheaper as the number of operations and the size
of the data increases.
True
Full-form of 'CRUD' is _.
Create-Read-Update-Delete
Sharding
False
Maps/Sets/Counters
bucket
True
In Cassandra, the ___ determines how many copies of the data will be maintained across
multiple nodes.
Replication factor
Row-key
Column Family
Latest / Multiple
In a columnar database, the columns are stored together on disk, achieving a higher
compression ratio is an expensive operation.
False
False
False
Single
Hbase Memstore
Materialized view
HBase Tables are divided _ by row key range into .
The MATCH clause is roughly equivalent to the clause in SQL and the RETURN clause to a
_ clause.
Where, Select
Foreign Key
Table
False
Document databases split a document into its constituent name/value pairs for indexing
purpose.
False
Xpath
Row
MongoDB read/write performance can be tuned with the help of Stored Procedures
False
JSON
Graph databases are generally built for use with .
OLTP
Neo4j
False
True
Sorted Column
MongoDB
Sorted Column store would provide higher compression ratio by representing each column
as compared to the preceding one.
Delta
In case of a Strict consistency, a read will always return the most recent data value.
False
The equivalent Hbase structure of an in-memory tree in Log-structured Merge Trees is __.
MemStore
Cassandra's Gossip Protocol can take care of the heartbeat lost due to _ in a widely
distributed system.
Both node failure and network issue
Like most relational databases, Kudu also offers secondary indexes and uniqueness
constraints.
False
In case of an Eventual consistency, reads may not return the most recent value, but reads
will not return values “out of sequence.”
False
Check-and-set
Apache Hive