Skip to content

Commit

Permalink
add REAME.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghe3119 committed Aug 8, 2019
1 parent 93454c2 commit 2ccfc01
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,34 @@
# learn-bolt

# 名词解释
写事务
读写事务

# 目录

* [数据存储层](./STORAGE.md)
* [内存管理](./MEMORY_MANAGEMENT.md)
* [数据存储与索引: B+Tree](./B_PLUS_TREE.md)
* [](./BUCKET.md)

# TODO
Ben Johnson 说到:

> The original goal of Bolt was to provide a simple pure Go key/value store and to not bloat the code with extraneous features.


learn bolt from different perspectives

why learn bolt?

* pure go k/v storage
* serializable transaction isolation
* the repo is archived, code is stable, easy to reference



page 在不同地方的意义,存储层的 page,内存中的 page

内存块

0 comments on commit 2ccfc01

Please sign in to comment.