Primary and Backups
Backups are maintained for availability only.
Backups can improve performance for reads, updates are sent to the primary by the user.
- What is the query semantics? How can one copy serializability be achieved?
The user interacts with one copy, and if it is a backup, the updates are sent to the primary
- What is the query semantics with regards to our own updates?