NOSQL Course
NOSQL Course
Table
Full-form of 'CRUD' is
Create-Read-update-delete
Xpath
In case of an Eventual consistency, reads may not return the most recent
value, but reads will not return values “out of sequence.”
Cassandra's Gossip Protocol can take care of the heartbeat lost due to
_______ in a widely distributed system.
Network issue
In case of a Strict consistency, a read will always return the most recent data
value
True
The process through which the on-disk tree files periodically merged to create
larger consolidated stores is called __________.
Compaction
Read overhead in a Columnar database can be partly reduced by Multicolumn
projection and _____________.
All the options is wrong
Some of the common Write Consistency level in Cassandra include all except
___________.
Local-One is correct
Some of the common Read Consistency level in Cassandra include all except
__________.
Local-One is wrong