Fix some errors in notes

This commit is contained in:
Ryan 2025-01-06 14:24:58 +08:00
parent 4488284027
commit 75175c2d23
2 changed files with 1 additions and 8 deletions

View file

@ -83,11 +83,7 @@
...
}
```
- A complete example:
```c
```
- A complete example: see code in `./assets/code/`
### Block Hierarchy

View file

@ -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