Unverified 提交 eca0486e 作者: Whyrusleeping 提交者: GitHub

Merge pull request #4569 from ipfs/add-sharding-experimental-flag

Added sharding to experimental features
......@@ -343,3 +343,25 @@ See [Plugin docs](./plugins.md)
- [ ] Needs more testing
- [ ] Make sure there are no unknown major problems
## Directory Sharding / HAMT
### In Version
0.4.8
### State
Experimental
Allows to create directories with unlimited number of entries - currently
size of unixfs directories is limited by the maximum block size
### Basic Usage:
```
ipfs config --json Experimental.ShardingEnabled true
```
### Road to being a real feature
- [ ] Make sure that objects that don't have to be sharded aren't
- [ ] Generalize sharding and define a new layer between IPLD and IPFS
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论