-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add availableDataOriginalSharesUsed
to Header
#249
Comments
@adlerjohn would
Should we extend And how important is it to subtract the |
Not a bad idea.
It is an optimization, but it enables potentially significant savings. Since block sizes grow by multiples of 4, it can often be the case that there's a bunch of empty space in the original data square. Up to ~3/8th of the EDS can be "known" and thus doesn't have to be sampled or have row erasure coding computed. |
… (backport #253) (#264) * Removing all the vuepress related build files and references (#253) * Removing all the vuepress related build files and references (#249) * Moved documentation ADR to deprecated (#249) * Reverting the logic for check-docs-toc until ADR/RFC refactor (#249) * Setting the right permissions to file so workflow executes (#249) * Reverting ADR change, will do in another issue (#249) (cherry picked from commit d159562) # Conflicts: # Makefile # RELEASES.md # docs/.vuepress/config.js # docs/.vuepress/redirects # docs/DOCS_README.md # docs/architecture/README.md # docs/package.json # docs/versions * fixing conflicts (#264) * remove comment leftover from git conflict resolution (#264) --------- Co-authored-by: Andy Nogueira <me@andynogueira.dev>
Specs state that
availableDataOriginalSharesUsed
have to be part of the Header. Current Header implementation misses thatThe text was updated successfully, but these errors were encountered: