Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
eca0486e
Unverified
Commit
eca0486e
authored
Feb 09, 2018
by
Whyrusleeping
Committed by
GitHub
Feb 09, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4569 from ipfs/add-sharding-experimental-flag
Added sharding to experimental features
parents
25eeb1e2
db3abf3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
docs/experimental-features.md
docs/experimental-features.md
+22
-0
No files found.
docs/experimental-features.md
View file @
eca0486e
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment