Skip to content

Commit

Permalink
Merge pull request #4569 from ipfs/add-sharding-experimental-flag
Browse files Browse the repository at this point in the history
Added sharding to experimental features
  • Loading branch information
whyrusleeping authored Feb 9, 2018
2 parents 25eeb1e + db3abf3 commit eca0486
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/experimental-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eca0486

Please sign in to comment.