When a replica set has one and only one primary, reads from that primary provide ______ consistency.

When a replica set has one and only one primary, reads from that primary provide ______ consistency. Correct Answer strict

Arbiters can be a good way to provide replica set quorum functionality with a cheaper resource cost than a fully functional replica set member with a data set.

Related Questions

Consider the following schedule S of transactions T1, T2, T3, T4: T1 T2 T3 T4   Reads(X)         Writes(X) Commit   Writes(X)  Commit         Writes(Y) Reads(Z) Commit           Reads(X) Reads(Y) Commit   Which one of the following statements is CORRECT?
_________ re-configures a replica set by applying a new replica set configuration object.
Which of the following disallows both dirty reads and nonrepeatable reads, but allows phantom reads?
Which of the following allows dirty reads, nonrepeatable reads and phantom reads to occur?