20241231
- made progress on reading “Designing Data-Intensive Applications”
- Consistent Prefix Reads
- Replication
in Distributed Systems - Part 2 - Manthan
- “Consistent prefix reads guarantees that if a sequence of
writes happen in a particular order, anyone reading those writes will
see them appear in the same order. One solution to this problem is to
make sure that an writes that are causally related to each othr are
stored in the same partition.”
- The sentences on the web page are too similar to the ones in the
book. If this were an answer to an online test, it would be detected as
plagiarisum :thinking_face:
_ lb
TODO:
- 2044E, F
- Review 2048A, B, C, D
index 20241230 20250101