Skip to content
Snippets Groups Projects
Commit 58be3ac0 authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent 9679b4c1
No related branches found
No related tags found
No related merge requests found
......@@ -31,9 +31,10 @@ Need **"application metadata"**, with *persistence* and *high availability*.
![tango](tangoTrans.png)
- optimistic concurrency control
- writes entered in log as speculative
- commit record contains a read set w/ versions.
- transaction *succeeds* if read objects current at commit record.
- each reader deterministically evaluates commit record
- only become visible at commit point
- commit record contains a read set w/ versions.
- transaction *succeeds* if read objects current at commit record.
- each reader deterministically evaluates commit record
- **read transactions**:
- nothing inserted in log
- locally track time (offset) of first read (start of transaction), and last read (end of transaction)
......
# RAFT
**v1.11**
## Due: Nov 19, 2023, 11:59:59 pm
## Due: Nov 26, 2023, 11:59:59 pm
Latest changes:
- Follower replica getting a command request should forward to the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment