Fix some errors in notes
This commit is contained in:
parent
4488284027
commit
75175c2d23
|
@ -83,11 +83,7 @@
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
- A complete example:
|
- A complete example: see code in `./assets/code/`
|
||||||
|
|
||||||
```c
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
### Block Hierarchy
|
### Block Hierarchy
|
||||||
|
|
||||||
|
|
|
@ -152,9 +152,6 @@
|
||||||
- Advantages:
|
- Advantages:
|
||||||
- Fast response to clients
|
- Fast response to clients
|
||||||
- Off-loading of database servers
|
- Off-loading of database servers
|
||||||
- Counterpart of Eventual consistency
|
|
||||||
- All read must return data from latest write
|
|
||||||
- Very hard to achieve with high availability and high partition tolerance
|
|
||||||
|
|
||||||
### Separating Reads from Writes
|
### Separating Reads from Writes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue