NoSQL Database Revolution
NoSQL Database Revolution
libase Memstore
Column Family
Fales
horizontally - regions
False
True - Correct
Materialized view
Row-key
In Cassandra, the determines how many copies of the data will be ma tamed across multiple nodes
Replication factor
Single
In a columnar database, the columns are stored together on disk, achieving a higher compression ratio
is an expensive operation.
False
Multiple
horizontally
Horizontal scaling approach tends to be cheaper as the number of operations and the size of the data
increases.
True
Sharding
Full-form of ‘CRUD’ is
Create-Read-Update-Delete
Maps/Sets/Counters
FALSO
bucket
False
The MATCH clause is roughly equivalent to the clause in SQL and the RET N clause to a clause.
Where, Select
Xpath
MongoDß read/write performance can be tuned with the help of Stored Proc dures
False
Foreign Key-value
An RDBMS equivalent component for a “document” in a Document database:
Row
Document databases split a document into its constituent name/value pai for indexing purpose
False
Tables
False
JSON
Neo4j
OLTP
NameNodes
Hbase Master
In case of a Strict consistency, a read will always return the most recent data value
VERDADERO
Sorted Column store would provide higher compression ratio by representi ig each column as
compared to the preceding one
Delta
Some of the common Read Consistency level in Cassandra include all except___
ONE ITWOITHREE
Some of the common Write Consistency level in Cassandra include all except___
ONEITNOITHREE -- Wrong
The equivalent Hbase structure of an in-memory tree in Log-structured ME. ‘ge Trees is
Memstor
Shards
Read overhead in a Columnar database can be partly reduced by Multicolumn projection and____
Caching
In Cassandra, if the replication factor is 3, the coordinator will send ‘eplicas of the data item to the
next nodes on the ring.
2 (n-1)
MongoDB
Mapreduce
StoreTable
In case of an Eventual consistency, reads may not return the most recen value, but reads will not
return values “out of sequence.”
Pales
False --
Cassandra’s Gossip Protocol can take care of the heartbeat lost due to in a widely distributed system.
The process through which the on-disk tree files periodically merged to create larger consolidated
stores is called
Compaction
Like most relational databases, Kudu also offers secondary indexes and uniqueness constraints.
False
Hbase Master
Compare-and-set