Fix some errors in notes
This commit is contained in:
parent
4488284027
commit
75175c2d23
|
@ -83,11 +83,7 @@
|
|||
...
|
||||
}
|
||||
```
|
||||
- A complete example:
|
||||
|
||||
```c
|
||||
|
||||
```
|
||||
- A complete example: see code in `./assets/code/`
|
||||
|
||||
### Block Hierarchy
|
||||
|
||||
|
|
|
@ -152,9 +152,6 @@
|
|||
- Advantages:
|
||||
- Fast response to clients
|
||||
- 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue