169k views
3 votes
NoSQL databases:________.

a) are geared toward transaction consistency; not performance.
b) support only small amounts of sparse data.
c) provide fault tolerance.
d) are based on the relational model.

User Gpinkas
by
6.6k points

2 Answers

2 votes

Answer:

c) provide fault tolerance.

Step-by-step explanation:

Fault tolerance means the ability of a computer or network to continue working without any interruption when any of its components fail. Fault tolerant systems use backup components that takes place of the failed components so that there is no loss of service. In cases of failure the system can continue at a reduces level instead of failing completely. SQL database is not fault tolerant so it willl not function in case of interruption or system failure.

User Sweak
by
5.8k points
4 votes

Answer:

Option c (provide fault tolerance) is the appropriate choice.

Step-by-step explanation:

  • NoSQL databases often recently attracted considerable attention as they would be easier to configure, provide enhancing understanding as well as appear to always have quicker data recovery intervals.
  • They become quicker and simpler to manage but also have not the same standards and monitoring methods.

Some other options in question are not relevant to something like a particular circumstance. So that the option above will be the appropriate one.

User Vzzarr
by
6.6k points