Unverified Commit eca0486e authored by Whyrusleeping's avatar Whyrusleeping Committed by GitHub

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

Added sharding to experimental features
parents 25eeb1e2 db3abf3d
......@@ -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 is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment