mirror of
https://github.com/talent-plan/tinykv.git
synced 2025-01-30 14:20:47 +08:00
Doc fix: Update link of multi-raft in reading list (#162)
* Doc fix: Update link of multi-raft in reading list * Doc fix: Format links in reading list
This commit is contained in:
parent
189b95819b
commit
a5c29fcf07
@ -6,16 +6,14 @@
|
|||||||
- Amplification and RUM
|
- Amplification and RUM
|
||||||
- <http://smalldatum.blogspot.com/2015/11/read-write-space-amplification-pick-2_23.html>
|
- <http://smalldatum.blogspot.com/2015/11/read-write-space-amplification-pick-2_23.html>
|
||||||
- <http://daslab.seas.harvard.edu/rum-conjecture/>
|
- <http://daslab.seas.harvard.edu/rum-conjecture/>
|
||||||
- <http://smalldatum.blogspot.com/2019/05/crum-conject>
|
- <http://smalldatum.blogspot.com/2019/05/crum-conjecture-read-write-space-and.html>
|
||||||
ure-read-write-space-and.html
|
|
||||||
- B-Tree (Optional)
|
- B-Tree (Optional)
|
||||||
- Reading Materials
|
- Reading Materials
|
||||||
- Database Internals: 2. B-Tree Basics
|
- Database Internals: 2. B-Tree Basics
|
||||||
- Database Internals: 3. File Formats
|
- Database Internals: 3. File Formats
|
||||||
- Database Internals: 4. Implementing B-Trees
|
- Database Internals: 4. Implementing B-Trees
|
||||||
- Reference
|
- Reference
|
||||||
- <https://www.cs.usfca.edu/~galles/visualization/Algorith>
|
- <https://www.cs.usfca.edu/~galles/visualization/Algorithms.html>
|
||||||
ms.html
|
|
||||||
- <https://github.com/etcd-io/bbolt>
|
- <https://github.com/etcd-io/bbolt>
|
||||||
- LSM-Tree
|
- LSM-Tree
|
||||||
- Reading Materials
|
- Reading Materials
|
||||||
@ -81,7 +79,7 @@
|
|||||||
- <https://pdos.csail.mit.edu/6.824/labs/lab-raft.html>
|
- <https://pdos.csail.mit.edu/6.824/labs/lab-raft.html>
|
||||||
- Scale & Balance
|
- Scale & Balance
|
||||||
- Multi-Raft
|
- Multi-Raft
|
||||||
- <https://tikv.org/docs/deep-dive/scalability/multi-raft/>
|
- <https://tikv.org/deep-dive/scalability/multi-raft/>
|
||||||
- Split & Merge
|
- Split & Merge
|
||||||
- <https://pingcap.com/blog/2017-07-20-tidbinternal3/>
|
- <https://pingcap.com/blog/2017-07-20-tidbinternal3/>
|
||||||
- Balance
|
- Balance
|
||||||
|
Loading…
Reference in New Issue
Block a user