|
|
|
|
|
by sriram_malhar
2930 days ago
|
|
That does not always follow. A db designer still has the flexibility to give a client less than serializable/linearizable consistency if the client so wishes. For example, it is possible for the db to allow direct access to any replica, not just the leader, and if the replica is not part of the quorum, the client will see outdated information. This may be just fine for data that seldom changes, or where a certain amount of staleness is just fine. |
|